[14741] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{F740AF15-7ADA-40D9-B225-837F4E4F41E0}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Algorithms.EGO</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Algorithms.EGO-3.4</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 16 | <DebugSymbols>true</DebugSymbols>
|
---|
| 17 | <DebugType>full</DebugType>
|
---|
| 18 | <Optimize>false</Optimize>
|
---|
[15976] | 19 | <OutputPath>..\..\..\trunk\bin\</OutputPath>
|
---|
[14741] | 20 | <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
| 23 | </PropertyGroup>
|
---|
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 25 | <DebugType>pdbonly</DebugType>
|
---|
| 26 | <Optimize>true</Optimize>
|
---|
| 27 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 28 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 29 | <ErrorReport>prompt</ErrorReport>
|
---|
| 30 | <WarningLevel>4</WarningLevel>
|
---|
| 31 | </PropertyGroup>
|
---|
| 32 | <ItemGroup>
|
---|
| 33 | <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 34 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 35 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>
|
---|
| 36 | <Private>False</Private>
|
---|
[14741] | 37 | </Reference>
|
---|
| 38 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 39 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 40 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
| 41 | <Private>False</Private>
|
---|
[14741] | 42 | </Reference>
|
---|
[15343] | 43 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 44 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 45 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 46 | <Private>False</Private>
|
---|
[15343] | 47 | </Reference>
|
---|
[14741] | 48 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 49 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 50 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 51 | <Private>False</Private>
|
---|
[14741] | 52 | </Reference>
|
---|
| 53 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 54 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 55 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 56 | <Private>False</Private>
|
---|
[14741] | 57 | </Reference>
|
---|
| 58 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 59 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 60 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 61 | <Private>False</Private>
|
---|
[14741] | 62 | </Reference>
|
---|
| 63 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 64 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 65 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 66 | <Private>False</Private>
|
---|
[14741] | 67 | </Reference>
|
---|
| 68 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 69 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 70 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 71 | <Private>False</Private>
|
---|
[14741] | 72 | </Reference>
|
---|
[15343] | 73 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 74 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 75 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 76 | <Private>False</Private>
|
---|
[15343] | 77 | </Reference>
|
---|
[15064] | 78 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 79 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 80 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 81 | <Private>False</Private>
|
---|
[15064] | 82 | </Reference>
|
---|
[14741] | 83 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 84 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 85 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 86 | <Private>False</Private>
|
---|
[14741] | 87 | </Reference>
|
---|
[15976] | 88 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 89 | <Private>False</Private>
|
---|
| 90 | </Reference>
|
---|
[14741] | 91 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 92 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 93 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 94 | <Private>False</Private>
|
---|
[14741] | 95 | </Reference>
|
---|
[15064] | 96 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 97 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 98 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 99 | <Private>False</Private>
|
---|
[15064] | 100 | </Reference>
|
---|
[14741] | 101 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 102 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 103 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 104 | <Private>False</Private>
|
---|
[14741] | 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 107 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 108 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 109 | <Private>False</Private>
|
---|
[14741] | 110 | </Reference>
|
---|
| 111 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 112 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 113 | <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 114 | <Private>False</Private>
|
---|
[14741] | 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 117 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 118 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
| 119 | <Private>False</Private>
|
---|
[14741] | 120 | </Reference>
|
---|
[15976] | 121 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 122 | <Private>False</Private>
|
---|
| 123 | </Reference>
|
---|
[15064] | 124 | <Reference Include="HeuristicLab.Problems.SurrogateProblem-3.3, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
[14741] | 125 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 126 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.SurrogateProblem-3.3.dll</HintPath>
|
---|
[14741] | 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 129 | <SpecificVersion>False</SpecificVersion>
|
---|
[15976] | 130 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 131 | <Private>False</Private>
|
---|
[14741] | 132 | </Reference>
|
---|
[15064] | 133 | <Reference Include="Microsoft.Build.Tasks.v4.0" />
|
---|
[14741] | 134 | <Reference Include="System" />
|
---|
| 135 | <Reference Include="System.Core" />
|
---|
| 136 | <Reference Include="Microsoft.CSharp" />
|
---|
| 137 | </ItemGroup>
|
---|
| 138 | <ItemGroup>
|
---|
[15343] | 139 | <Compile Include="DiscreteEGO\DiscreteCorrelationAnalyzer.cs" />
|
---|
| 140 | <Compile Include="DiscreteEGO\DiscreteAdaptiveSamplingAlgorithm.cs" />
|
---|
| 141 | <Compile Include="DiscreteEGO\DiscreteEfficientGlobalOptimizationAlgorithm.cs" />
|
---|
| 142 | <Compile Include="DiscreteEGO\DiscreteInfillSolver.cs" />
|
---|
| 143 | <Compile Include="DiscreteEGO\DiscreteSampleCollector.cs" />
|
---|
| 144 | <Compile Include="DiscreteEGO\DiscreteEvaluatedSolutionsAnalyzer.cs" />
|
---|
[14741] | 145 | <Compile Include="EgoUtilities.cs" />
|
---|
| 146 | <Compile Include="EfficientGlobalOptimizationAlgorithm.cs" />
|
---|
[14818] | 147 | <Compile Include="InfillCriteria\AugmentedExpectedImprovement.cs" />
|
---|
[15064] | 148 | <Compile Include="InfillCriteria\ExpectedImprovementBase.cs" />
|
---|
| 149 | <Compile Include="InfillCriteria\NeighbourDistance.cs" />
|
---|
[14818] | 150 | <Compile Include="InfillCriteria\ExpectedQuantileImprovement.cs" />
|
---|
| 151 | <Compile Include="InfillCriteria\PluginExpectedImprovement.cs" />
|
---|
| 152 | <Compile Include="InfillCriteria\MinimalQuantileCriterium.cs" />
|
---|
[14741] | 153 | <Compile Include="InfillCriteria\ExpectedQuality.cs" />
|
---|
| 154 | <Compile Include="InfillCriteria\InfillCriterionBase.cs" />
|
---|
| 155 | <Compile Include="InfillCriteria\ExpectedImprovement.cs" />
|
---|
[15338] | 156 | <Compile Include="Interfaces\IResultsOperator.cs" />
|
---|
| 157 | <Compile Include="Interfaces\ICancellableOperator.cs" />
|
---|
[14833] | 158 | <Compile Include="Interfaces\IInitialSampling.cs" />
|
---|
[14768] | 159 | <Compile Include="Interfaces\ISurrogateAlgorithm.cs" />
|
---|
[14741] | 160 | <Compile Include="Interfaces\IInfillCriterion.cs" />
|
---|
[15064] | 161 | <Compile Include="AdaptiveSamplingAlgorithm.cs" />
|
---|
| 162 | <Compile Include="Operators\FitnessClusteringAnalyzer.cs" />
|
---|
| 163 | <Compile Include="Operators\VariableVariabilityAnalyzer.cs" />
|
---|
| 164 | <Compile Include="Operators\ModelQualityAnalyzer.cs" />
|
---|
| 165 | <Compile Include="Operators\EvaluatedSolutionsAnalyzer.cs" />
|
---|
| 166 | <Compile Include="Operators\ModelBuilder.cs" />
|
---|
| 167 | <Compile Include="Operators\InfillSolver.cs" />
|
---|
| 168 | <Compile Include="Operators\CorrelationAnalyzer.cs" />
|
---|
| 169 | <Compile Include="Operators\SampleCollector.cs" />
|
---|
[14741] | 170 | <Compile Include="Plugin.cs" />
|
---|
[15343] | 171 | <Compile Include="DiscreteEGO\DiscreteInfillProblem.cs" />
|
---|
[14741] | 172 | <Compile Include="Problems\InfillProblem.cs" />
|
---|
| 173 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[15064] | 174 | <Compile Include="SamplingMethods\LatinHyperCubeDesignOLD.cs" />
|
---|
| 175 | <Compile Include="SamplingMethods\LatinHyperCubeDesignCreator.cs" />
|
---|
[15343] | 176 | <Compile Include="SamplingMethods\UniformRandomDiscreteSampling.cs" />
|
---|
[14833] | 177 | <Compile Include="SamplingMethods\UniformRandomSampling.cs" />
|
---|
[14741] | 178 | </ItemGroup>
|
---|
| 179 | <ItemGroup>
|
---|
| 180 | <None Include="Plugin.cs.frame" />
|
---|
| 181 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 182 | </ItemGroup>
|
---|
[15064] | 183 | <ItemGroup />
|
---|
[14741] | 184 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 185 | <PropertyGroup>
|
---|
| 186 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 187 | set ProjectDir=$(ProjectDir)
|
---|
| 188 | set SolutionDir=$(SolutionDir)
|
---|
| 189 | set Outdir=$(Outdir)
|
---|
| 190 |
|
---|
| 191 | call PreBuildEvent.cmd
|
---|
| 192 | </PreBuildEvent>
|
---|
| 193 | </PropertyGroup>
|
---|
| 194 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 195 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 196 | <Target Name="BeforeBuild">
|
---|
| 197 | </Target>
|
---|
| 198 | <Target Name="AfterBuild">
|
---|
| 199 | </Target>
|
---|
| 200 | -->
|
---|
| 201 | </Project> |
---|