[6968] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{4232E766-B8E4-4FC9-A665-C2D2FC5CD73C}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Benchmarks</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.DataAnalysis.Benchmarks-3.4</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
[7298] | 28 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6968] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <ItemGroup>
|
---|
[7298] | 40 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 41 | <SpecificVersion>False</SpecificVersion>
|
---|
| 42 | </Reference>
|
---|
| 43 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 44 | <SpecificVersion>False</SpecificVersion>
|
---|
| 45 | </Reference>
|
---|
| 46 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 47 | <SpecificVersion>False</SpecificVersion>
|
---|
| 48 | </Reference>
|
---|
| 49 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 50 | <SpecificVersion>False</SpecificVersion>
|
---|
| 51 | </Reference>
|
---|
| 52 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 53 | <SpecificVersion>False</SpecificVersion>
|
---|
| 54 | </Reference>
|
---|
| 55 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 56 | <SpecificVersion>False</SpecificVersion>
|
---|
| 57 | </Reference>
|
---|
| 58 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 59 | <SpecificVersion>False</SpecificVersion>
|
---|
| 60 | </Reference>
|
---|
[6968] | 61 | <Reference Include="System" />
|
---|
| 62 | <Reference Include="System.Core" />
|
---|
| 63 | <Reference Include="System.Drawing" />
|
---|
| 64 | <Reference Include="System.Xml.Linq" />
|
---|
| 65 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 66 | <Reference Include="System.Data" />
|
---|
| 67 | <Reference Include="System.Xml" />
|
---|
| 68 | </ItemGroup>
|
---|
| 69 | <ItemGroup>
|
---|
| 70 | <Compile Include="Benchmark.cs" />
|
---|
[7127] | 71 | <Compile Include="ClassificationBenchmark\RealWorldProblems\Iris.cs" />
|
---|
| 72 | <Compile Include="ClassificationBenchmark\RealWorldProblems\Mammography.cs" />
|
---|
| 73 | <Compile Include="RegressionBenchmarks\Other\BreimanOne.cs" />
|
---|
| 74 | <Compile Include="ClassificationGenerator\ClassificationBenchmark.cs" />
|
---|
| 75 | <Compile Include="ClassificationGenerator\ClassificationRealWorldBenchmark.cs" />
|
---|
| 76 | <Compile Include="ClassificationGenerator\ClassificationToyBenchmark.cs" />
|
---|
| 77 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighVoltrefPWR.cs" />
|
---|
| 78 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighVoltrefDVREF.cs" />
|
---|
| 79 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighSenseampPwr.cs" />
|
---|
| 80 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighSenseampDelay.cs" />
|
---|
| 81 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampSR.cs" />
|
---|
| 82 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampPM.cs" />
|
---|
| 83 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampBW.cs" />
|
---|
| 84 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampAV.cs" />
|
---|
| 85 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighGmcIL.cs" />
|
---|
| 86 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighGmcATTEN.cs" />
|
---|
| 87 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighComparBw.cs" />
|
---|
| 88 | <Compile Include="RegressionBenchmarks\Trent McConaghy\HighBitcellCellI.cs" />
|
---|
| 89 | <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumSrp.cs" />
|
---|
| 90 | <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumSrn.cs" />
|
---|
| 91 | <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumPm.cs" />
|
---|
| 92 | <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumOffsetn.cs" />
|
---|
| 93 | <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumLogfu.cs" />
|
---|
| 94 | <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumLfgain.cs" />
|
---|
| 95 | <Compile Include="RegressionGenerator\RegressionRealWorldBenchmark.cs" />
|
---|
| 96 | <Compile Include="RegressionGenerator\RegressionToyBenchmark.cs" />
|
---|
[6968] | 97 | <Compile Include="Plugin.cs" />
|
---|
| 98 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[7044] | 99 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionEight.cs">
|
---|
| 100 | <SubType>Code</SubType>
|
---|
| 101 | </Compile>
|
---|
| 102 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFifteen.cs">
|
---|
| 103 | <SubType>Code</SubType>
|
---|
| 104 | </Compile>
|
---|
| 105 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFour.cs">
|
---|
| 106 | <SubType>Code</SubType>
|
---|
| 107 | </Compile>
|
---|
| 108 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSeven.cs">
|
---|
| 109 | <SubType>Code</SubType>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSix.cs">
|
---|
| 112 | <SubType>Code</SubType>
|
---|
| 113 | </Compile>
|
---|
| 114 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSixteen.cs">
|
---|
| 115 | <SubType>Code</SubType>
|
---|
| 116 | </Compile>
|
---|
| 117 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionThirteen.cs">
|
---|
| 118 | <SubType>Code</SubType>
|
---|
| 119 | </Compile>
|
---|
| 120 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionTwelve.cs">
|
---|
| 121 | <SubType>Code</SubType>
|
---|
| 122 | </Compile>
|
---|
| 123 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionEight.cs">
|
---|
| 124 | <SubType>Code</SubType>
|
---|
| 125 | </Compile>
|
---|
| 126 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionEleven.cs">
|
---|
| 127 | <SubType>Code</SubType>
|
---|
| 128 | </Compile>
|
---|
| 129 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFive.cs">
|
---|
| 130 | <SubType>Code</SubType>
|
---|
| 131 | </Compile>
|
---|
| 132 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFiveteen.cs">
|
---|
| 133 | <SubType>Code</SubType>
|
---|
| 134 | </Compile>
|
---|
| 135 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFour.cs">
|
---|
| 136 | <SubType>Code</SubType>
|
---|
| 137 | </Compile>
|
---|
| 138 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFourteen.cs">
|
---|
| 139 | <SubType>Code</SubType>
|
---|
| 140 | </Compile>
|
---|
| 141 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionNine.cs">
|
---|
| 142 | <SubType>Code</SubType>
|
---|
| 143 | </Compile>
|
---|
| 144 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionOne.cs">
|
---|
| 145 | <SubType>Code</SubType>
|
---|
| 146 | </Compile>
|
---|
| 147 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionSeven.cs">
|
---|
| 148 | <SubType>Code</SubType>
|
---|
| 149 | </Compile>
|
---|
| 150 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionSix.cs">
|
---|
| 151 | <SubType>Code</SubType>
|
---|
| 152 | </Compile>
|
---|
| 153 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionTen.cs">
|
---|
| 154 | <SubType>Code</SubType>
|
---|
| 155 | </Compile>
|
---|
| 156 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionThirteen.cs">
|
---|
| 157 | <SubType>Code</SubType>
|
---|
| 158 | </Compile>
|
---|
| 159 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionThree.cs">
|
---|
| 160 | <SubType>Code</SubType>
|
---|
| 161 | </Compile>
|
---|
| 162 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionTwelve.cs">
|
---|
| 163 | <SubType>Code</SubType>
|
---|
| 164 | </Compile>
|
---|
| 165 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionTwo.cs">
|
---|
| 166 | <SubType>Code</SubType>
|
---|
| 167 | </Compile>
|
---|
| 168 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEight.cs">
|
---|
| 169 | <SubType>Code</SubType>
|
---|
| 170 | </Compile>
|
---|
| 171 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEleven.cs">
|
---|
| 172 | <SubType>Code</SubType>
|
---|
| 173 | </Compile>
|
---|
| 174 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFive.cs">
|
---|
| 175 | <SubType>Code</SubType>
|
---|
| 176 | </Compile>
|
---|
| 177 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFour.cs">
|
---|
| 178 | <SubType>Code</SubType>
|
---|
| 179 | </Compile>
|
---|
| 180 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionNine.cs">
|
---|
| 181 | <SubType>Code</SubType>
|
---|
| 182 | </Compile>
|
---|
| 183 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionOne.cs">
|
---|
| 184 | <SubType>Code</SubType>
|
---|
| 185 | </Compile>
|
---|
| 186 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSeven.cs">
|
---|
| 187 | <SubType>Code</SubType>
|
---|
| 188 | </Compile>
|
---|
| 189 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSix.cs">
|
---|
| 190 | <SubType>Code</SubType>
|
---|
| 191 | </Compile>
|
---|
| 192 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTen.cs">
|
---|
| 193 | <SubType>Code</SubType>
|
---|
| 194 | </Compile>
|
---|
| 195 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionThree.cs">
|
---|
| 196 | <SubType>Code</SubType>
|
---|
| 197 | </Compile>
|
---|
| 198 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwelve.cs">
|
---|
| 199 | <SubType>Code</SubType>
|
---|
| 200 | </Compile>
|
---|
| 201 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwo.cs">
|
---|
| 202 | <SubType>Code</SubType>
|
---|
| 203 | </Compile>
|
---|
[7127] | 204 | <Compile Include="RegressionBenchmarks\Other\SpatialCoevolution.cs" />
|
---|
| 205 | <Compile Include="RegressionBenchmarks\Other\PloyTen.cs" />
|
---|
[7044] | 206 | <Compile Include="RegressionBenchmarks\RealWorldProblems\ChemicalOne.cs" />
|
---|
| 207 | <Compile Include="RegressionBenchmarks\RealWorldProblems\Housing.cs" />
|
---|
| 208 | <Compile Include="RegressionBenchmarks\RealWorldProblems\TowerProblem.cs" />
|
---|
[7127] | 209 | <Compile Include="RegressionGenerator\RegressionBenchmark.cs" />
|
---|
[7044] | 210 | <Compile Include="RegressionBenchmarks\Vladislavleva\KotanchekFunction.cs">
|
---|
| 211 | <SubType>Code</SubType>
|
---|
| 212 | </Compile>
|
---|
| 213 | <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialThreeDimensional.cs">
|
---|
| 214 | <SubType>Code</SubType>
|
---|
| 215 | </Compile>
|
---|
| 216 | <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialTwoDimensional.cs">
|
---|
| 217 | <SubType>Code</SubType>
|
---|
| 218 | </Compile>
|
---|
| 219 | <Compile Include="RegressionBenchmarks\Vladislavleva\RippleFunction.cs">
|
---|
| 220 | <SubType>Code</SubType>
|
---|
| 221 | </Compile>
|
---|
[7081] | 222 | <Compile Include="RegressionBenchmarks\Vladislavleva\SalutowiczFunctionOneDimensional.cs">
|
---|
[7044] | 223 | <SubType>Code</SubType>
|
---|
| 224 | </Compile>
|
---|
[7081] | 225 | <Compile Include="RegressionBenchmarks\Vladislavleva\SalutowiczFunctionTwoDimensional.cs">
|
---|
[7044] | 226 | <SubType>Code</SubType>
|
---|
| 227 | </Compile>
|
---|
| 228 | <Compile Include="RegressionBenchmarks\Vladislavleva\SineCosineFunction.cs">
|
---|
| 229 | <SubType>Code</SubType>
|
---|
| 230 | </Compile>
|
---|
| 231 | <Compile Include="RegressionBenchmarks\Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs">
|
---|
| 232 | <SubType>Code</SubType>
|
---|
| 233 | </Compile>
|
---|
[6968] | 234 | </ItemGroup>
|
---|
| 235 | <ItemGroup>
|
---|
[7127] | 236 | <EmbeddedResource Include="ClassificationBenchmark\RealWorldProblems\files\iris.data" />
|
---|
| 237 | <EmbeddedResource Include="ClassificationBenchmark\RealWorldProblems\files\mammography.csv" />
|
---|
[6968] | 238 | <None Include="HeuristicLab.snk" />
|
---|
| 239 | <None Include="Plugin.cs.frame" />
|
---|
| 240 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[7044] | 241 | <EmbeddedResource Include="RegressionBenchmarks\RealWorldProblems\files\chemical-I.csv" />
|
---|
| 242 | <EmbeddedResource Include="RegressionBenchmarks\RealWorldProblems\files\housing.csv" />
|
---|
[7127] | 243 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\bitcell_cell_i.csv" />
|
---|
| 244 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\compar_bw.csv" />
|
---|
| 245 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_AV.csv" />
|
---|
| 246 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_BW.csv" />
|
---|
| 247 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_PM.csv" />
|
---|
| 248 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_SR.csv" />
|
---|
| 249 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\senseamp_delay.csv" />
|
---|
| 250 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\senseamp_pwr.csv" />
|
---|
| 251 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\voltref_DVREF.csv" />
|
---|
| 252 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\voltref_PWR.csv" />
|
---|
| 253 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\gmc_ATTEN.csv" />
|
---|
| 254 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\gmc_IL.csv" />
|
---|
[6968] | 255 | </ItemGroup>
|
---|
[7044] | 256 | <ItemGroup>
|
---|
[7127] | 257 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\lfgain.txt" />
|
---|
| 258 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\logfu.txt" />
|
---|
| 259 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\offsetn.txt" />
|
---|
| 260 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\pm.txt" />
|
---|
| 261 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\srn.txt" />
|
---|
| 262 | <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\srp.txt" />
|
---|
| 263 | </ItemGroup>
|
---|
| 264 | <ItemGroup>
|
---|
[7044] | 265 | <EmbeddedResource Include="RegressionBenchmarks\RealWorldProblems\files\towerData.txt" />
|
---|
| 266 | </ItemGroup>
|
---|
[7298] | 267 | <ItemGroup>
|
---|
| 268 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 269 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 270 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 271 | </ProjectReference>
|
---|
| 272 | </ItemGroup>
|
---|
[6968] | 273 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 274 | <PropertyGroup>
|
---|
| 275 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 276 | set ProjectDir=$(ProjectDir)
|
---|
| 277 | set SolutionDir=$(SolutionDir)
|
---|
| 278 | set Outdir=$(Outdir)
|
---|
| 279 |
|
---|
| 280 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 281 | </PropertyGroup>
|
---|
| 282 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 283 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 284 | <Target Name="BeforeBuild">
|
---|
| 285 | </Target>
|
---|
| 286 | <Target Name="AfterBuild">
|
---|
| 287 | </Target>
|
---|
| 288 | -->
|
---|
| 289 | </Project> |
---|