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>
|
---|
19 | <OutputPath>..\..\..\trunk\bin\</OutputPath>
|
---|
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>
|
---|
35 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>
|
---|
36 | <Private>False</Private>
|
---|
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>
|
---|
40 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
41 | <Private>False</Private>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
44 | <SpecificVersion>False</SpecificVersion>
|
---|
45 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
46 | <Private>False</Private>
|
---|
47 | </Reference>
|
---|
48 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
49 | <SpecificVersion>False</SpecificVersion>
|
---|
50 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
51 | <Private>False</Private>
|
---|
52 | </Reference>
|
---|
53 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
54 | <SpecificVersion>False</SpecificVersion>
|
---|
55 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
56 | <Private>False</Private>
|
---|
57 | </Reference>
|
---|
58 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
59 | <SpecificVersion>False</SpecificVersion>
|
---|
60 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
61 | <Private>False</Private>
|
---|
62 | </Reference>
|
---|
63 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
64 | <SpecificVersion>False</SpecificVersion>
|
---|
65 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
66 | <Private>False</Private>
|
---|
67 | </Reference>
|
---|
68 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
69 | <SpecificVersion>False</SpecificVersion>
|
---|
70 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
71 | <Private>False</Private>
|
---|
72 | </Reference>
|
---|
73 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
74 | <SpecificVersion>False</SpecificVersion>
|
---|
75 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
76 | <Private>False</Private>
|
---|
77 | </Reference>
|
---|
78 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
79 | <SpecificVersion>False</SpecificVersion>
|
---|
80 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
81 | <Private>False</Private>
|
---|
82 | </Reference>
|
---|
83 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
84 | <SpecificVersion>False</SpecificVersion>
|
---|
85 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
86 | <Private>False</Private>
|
---|
87 | </Reference>
|
---|
88 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
89 | <Private>False</Private>
|
---|
90 | </Reference>
|
---|
91 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
92 | <SpecificVersion>False</SpecificVersion>
|
---|
93 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
94 | <Private>False</Private>
|
---|
95 | </Reference>
|
---|
96 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
97 | <SpecificVersion>False</SpecificVersion>
|
---|
98 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
99 | <Private>False</Private>
|
---|
100 | </Reference>
|
---|
101 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
102 | <SpecificVersion>False</SpecificVersion>
|
---|
103 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
104 | <Private>False</Private>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
107 | <SpecificVersion>False</SpecificVersion>
|
---|
108 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
109 | <Private>False</Private>
|
---|
110 | </Reference>
|
---|
111 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
112 | <SpecificVersion>False</SpecificVersion>
|
---|
113 | <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
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>
|
---|
118 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
119 | <Private>False</Private>
|
---|
120 | </Reference>
|
---|
121 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
122 | <Private>False</Private>
|
---|
123 | </Reference>
|
---|
124 | <Reference Include="HeuristicLab.Problems.SurrogateProblem-3.3, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
125 | <SpecificVersion>False</SpecificVersion>
|
---|
126 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.SurrogateProblem-3.3.dll</HintPath>
|
---|
127 | </Reference>
|
---|
128 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
129 | <SpecificVersion>False</SpecificVersion>
|
---|
130 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
131 | <Private>False</Private>
|
---|
132 | </Reference>
|
---|
133 | <Reference Include="Microsoft.Build.Tasks.v4.0" />
|
---|
134 | <Reference Include="System" />
|
---|
135 | <Reference Include="System.Core" />
|
---|
136 | <Reference Include="Microsoft.CSharp" />
|
---|
137 | </ItemGroup>
|
---|
138 | <ItemGroup>
|
---|
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" />
|
---|
145 | <Compile Include="EgoUtilities.cs" />
|
---|
146 | <Compile Include="EfficientGlobalOptimizationAlgorithm.cs" />
|
---|
147 | <Compile Include="InfillCriteria\AugmentedExpectedImprovement.cs" />
|
---|
148 | <Compile Include="InfillCriteria\ExpectedImprovementBase.cs" />
|
---|
149 | <Compile Include="InfillCriteria\NeighbourDistance.cs" />
|
---|
150 | <Compile Include="InfillCriteria\ExpectedQuantileImprovement.cs" />
|
---|
151 | <Compile Include="InfillCriteria\PluginExpectedImprovement.cs" />
|
---|
152 | <Compile Include="InfillCriteria\MinimalQuantileCriterium.cs" />
|
---|
153 | <Compile Include="InfillCriteria\ExpectedQuality.cs" />
|
---|
154 | <Compile Include="InfillCriteria\InfillCriterionBase.cs" />
|
---|
155 | <Compile Include="InfillCriteria\ExpectedImprovement.cs" />
|
---|
156 | <Compile Include="Interfaces\IResultsOperator.cs" />
|
---|
157 | <Compile Include="Interfaces\ICancellableOperator.cs" />
|
---|
158 | <Compile Include="Interfaces\IInitialSampling.cs" />
|
---|
159 | <Compile Include="Interfaces\ISurrogateAlgorithm.cs" />
|
---|
160 | <Compile Include="Interfaces\IInfillCriterion.cs" />
|
---|
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" />
|
---|
170 | <Compile Include="Plugin.cs" />
|
---|
171 | <Compile Include="DiscreteEGO\DiscreteInfillProblem.cs" />
|
---|
172 | <Compile Include="Problems\InfillProblem.cs" />
|
---|
173 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
174 | <Compile Include="SamplingMethods\LatinHyperCubeDesignOLD.cs" />
|
---|
175 | <Compile Include="SamplingMethods\LatinHyperCubeDesignCreator.cs" />
|
---|
176 | <Compile Include="SamplingMethods\UniformRandomDiscreteSampling.cs" />
|
---|
177 | <Compile Include="SamplingMethods\UniformRandomSampling.cs" />
|
---|
178 | </ItemGroup>
|
---|
179 | <ItemGroup>
|
---|
180 | <None Include="Plugin.cs.frame" />
|
---|
181 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
182 | </ItemGroup>
|
---|
183 | <ItemGroup />
|
---|
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> |
---|