[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>
|
---|
| 19 | <OutputPath>..\..\..\trunk\sources\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\sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>
|
---|
| 36 | </Reference>
|
---|
| 37 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 38 | <SpecificVersion>False</SpecificVersion>
|
---|
| 39 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
| 40 | </Reference>
|
---|
[15343] | 41 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 42 | <SpecificVersion>False</SpecificVersion>
|
---|
| 43 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 44 | </Reference>
|
---|
[14741] | 45 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 46 | <SpecificVersion>False</SpecificVersion>
|
---|
| 47 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 48 | </Reference>
|
---|
| 49 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 50 | <SpecificVersion>False</SpecificVersion>
|
---|
| 51 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
| 53 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 54 | <SpecificVersion>False</SpecificVersion>
|
---|
| 55 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 56 | </Reference>
|
---|
| 57 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 58 | <SpecificVersion>False</SpecificVersion>
|
---|
| 59 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 62 | <SpecificVersion>False</SpecificVersion>
|
---|
| 63 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 64 | </Reference>
|
---|
[15343] | 65 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 66 | <SpecificVersion>False</SpecificVersion>
|
---|
| 67 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 68 | </Reference>
|
---|
[15064] | 69 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 70 | <SpecificVersion>False</SpecificVersion>
|
---|
| 71 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 72 | </Reference>
|
---|
[14741] | 73 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 74 | <SpecificVersion>False</SpecificVersion>
|
---|
| 75 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 76 | </Reference>
|
---|
[14768] | 77 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
|
---|
[14741] | 78 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 79 | <SpecificVersion>False</SpecificVersion>
|
---|
| 80 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 81 | </Reference>
|
---|
[15064] | 82 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 83 | <SpecificVersion>False</SpecificVersion>
|
---|
| 84 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 85 | </Reference>
|
---|
[14741] | 86 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 87 | <SpecificVersion>False</SpecificVersion>
|
---|
| 88 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 91 | <SpecificVersion>False</SpecificVersion>
|
---|
| 92 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 93 | </Reference>
|
---|
| 94 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 95 | <SpecificVersion>False</SpecificVersion>
|
---|
| 96 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 97 | </Reference>
|
---|
| 98 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 99 | <SpecificVersion>False</SpecificVersion>
|
---|
| 100 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
| 101 | </Reference>
|
---|
[15064] | 102 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
|
---|
| 103 | <Reference Include="HeuristicLab.Problems.SurrogateProblem-3.3, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
[14741] | 104 | <SpecificVersion>False</SpecificVersion>
|
---|
[15064] | 105 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.SurrogateProblem-3.3.dll</HintPath>
|
---|
[14741] | 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 108 | <SpecificVersion>False</SpecificVersion>
|
---|
| 109 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 110 | </Reference>
|
---|
[15064] | 111 | <Reference Include="Microsoft.Build.Tasks.v4.0" />
|
---|
[14741] | 112 | <Reference Include="System" />
|
---|
| 113 | <Reference Include="System.Core" />
|
---|
| 114 | <Reference Include="Microsoft.CSharp" />
|
---|
| 115 | </ItemGroup>
|
---|
| 116 | <ItemGroup>
|
---|
[15343] | 117 | <Compile Include="DiscreteEGO\DiscreteCorrelationAnalyzer.cs" />
|
---|
| 118 | <Compile Include="DiscreteEGO\DiscreteAdaptiveSamplingAlgorithm.cs" />
|
---|
| 119 | <Compile Include="DiscreteEGO\DiscreteEfficientGlobalOptimizationAlgorithm.cs" />
|
---|
| 120 | <Compile Include="DiscreteEGO\DiscreteInfillSolver.cs" />
|
---|
| 121 | <Compile Include="DiscreteEGO\DiscreteSampleCollector.cs" />
|
---|
| 122 | <Compile Include="DiscreteEGO\DiscreteEvaluatedSolutionsAnalyzer.cs" />
|
---|
[14741] | 123 | <Compile Include="EgoUtilities.cs" />
|
---|
| 124 | <Compile Include="EfficientGlobalOptimizationAlgorithm.cs" />
|
---|
[14818] | 125 | <Compile Include="InfillCriteria\AugmentedExpectedImprovement.cs" />
|
---|
[15064] | 126 | <Compile Include="InfillCriteria\ExpectedImprovementBase.cs" />
|
---|
| 127 | <Compile Include="InfillCriteria\NeighbourDistance.cs" />
|
---|
[14818] | 128 | <Compile Include="InfillCriteria\ExpectedQuantileImprovement.cs" />
|
---|
| 129 | <Compile Include="InfillCriteria\PluginExpectedImprovement.cs" />
|
---|
| 130 | <Compile Include="InfillCriteria\MinimalQuantileCriterium.cs" />
|
---|
[14741] | 131 | <Compile Include="InfillCriteria\ExpectedQuality.cs" />
|
---|
| 132 | <Compile Include="InfillCriteria\InfillCriterionBase.cs" />
|
---|
| 133 | <Compile Include="InfillCriteria\ExpectedImprovement.cs" />
|
---|
[15338] | 134 | <Compile Include="Interfaces\IResultsOperator.cs" />
|
---|
| 135 | <Compile Include="Interfaces\ICancellableOperator.cs" />
|
---|
[14833] | 136 | <Compile Include="Interfaces\IInitialSampling.cs" />
|
---|
[14768] | 137 | <Compile Include="Interfaces\ISurrogateAlgorithm.cs" />
|
---|
[14741] | 138 | <Compile Include="Interfaces\IInfillCriterion.cs" />
|
---|
[15064] | 139 | <Compile Include="AdaptiveSamplingAlgorithm.cs" />
|
---|
| 140 | <Compile Include="Operators\FitnessClusteringAnalyzer.cs" />
|
---|
| 141 | <Compile Include="Operators\VariableVariabilityAnalyzer.cs" />
|
---|
| 142 | <Compile Include="Operators\ModelQualityAnalyzer.cs" />
|
---|
| 143 | <Compile Include="Operators\EvaluatedSolutionsAnalyzer.cs" />
|
---|
| 144 | <Compile Include="Operators\ModelBuilder.cs" />
|
---|
| 145 | <Compile Include="Operators\InfillSolver.cs" />
|
---|
| 146 | <Compile Include="Operators\CorrelationAnalyzer.cs" />
|
---|
| 147 | <Compile Include="Operators\SampleCollector.cs" />
|
---|
[14741] | 148 | <Compile Include="Plugin.cs" />
|
---|
[15343] | 149 | <Compile Include="DiscreteEGO\DiscreteInfillProblem.cs" />
|
---|
[14741] | 150 | <Compile Include="Problems\InfillProblem.cs" />
|
---|
| 151 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[15064] | 152 | <Compile Include="SamplingMethods\LatinHyperCubeDesignOLD.cs" />
|
---|
| 153 | <Compile Include="SamplingMethods\LatinHyperCubeDesignCreator.cs" />
|
---|
[15343] | 154 | <Compile Include="SamplingMethods\UniformRandomDiscreteSampling.cs" />
|
---|
[14833] | 155 | <Compile Include="SamplingMethods\UniformRandomSampling.cs" />
|
---|
[14741] | 156 | </ItemGroup>
|
---|
| 157 | <ItemGroup>
|
---|
| 158 | <None Include="Plugin.cs.frame" />
|
---|
| 159 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 160 | </ItemGroup>
|
---|
[15064] | 161 | <ItemGroup />
|
---|
[14741] | 162 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 163 | <PropertyGroup>
|
---|
| 164 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 165 | set ProjectDir=$(ProjectDir)
|
---|
| 166 | set SolutionDir=$(SolutionDir)
|
---|
| 167 | set Outdir=$(Outdir)
|
---|
| 168 |
|
---|
| 169 | call PreBuildEvent.cmd
|
---|
| 170 | </PreBuildEvent>
|
---|
| 171 | </PropertyGroup>
|
---|
| 172 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 173 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 174 | <Target Name="BeforeBuild">
|
---|
| 175 | </Target>
|
---|
| 176 | <Target Name="AfterBuild">
|
---|
| 177 | </Target>
|
---|
| 178 | -->
|
---|
| 179 | </Project> |
---|