Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/HeuristicLab.Problems.DataAnalysis.Benchmarks-3.4.csproj @ 7127

Last change on this file since 7127 was 7127, checked in by sforsten, 12 years ago

#1669:
-Spatial co-evolution benchmark has been added
-Benchmarks of Trent McConaghy have been added
-2 Classification benchmarks have been added (Mammography and Iris dataset)
-Training and test set include now all samples from the dataset
-Load button and combo box are now disabled when the algorithm is running

File size: 14.8 KB
Line 
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>
28    <OutputPath>..\..\bin\</OutputPath>
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>
40    <Reference Include="ALGLIB-3.1.0, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Drawing" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="Benchmark.cs" />
51    <Compile Include="ClassificationBenchmark\RealWorldProblems\Iris.cs" />
52    <Compile Include="ClassificationBenchmark\RealWorldProblems\Mammography.cs" />
53    <Compile Include="RegressionBenchmarks\Other\BreimanOne.cs" />
54    <Compile Include="ClassificationGenerator\ClassificationBenchmark.cs" />
55    <Compile Include="ClassificationGenerator\ClassificationRealWorldBenchmark.cs" />
56    <Compile Include="ClassificationGenerator\ClassificationToyBenchmark.cs" />
57    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighVoltrefPWR.cs" />
58    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighVoltrefDVREF.cs" />
59    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighSenseampPwr.cs" />
60    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighSenseampDelay.cs" />
61    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampSR.cs" />
62    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampPM.cs" />
63    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampBW.cs" />
64    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighOpampAV.cs" />
65    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighGmcIL.cs" />
66    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighGmcATTEN.cs" />
67    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighComparBw.cs" />
68    <Compile Include="RegressionBenchmarks\Trent McConaghy\HighBitcellCellI.cs" />
69    <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumSrp.cs" />
70    <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumSrn.cs" />
71    <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumPm.cs" />
72    <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumOffsetn.cs" />
73    <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumLogfu.cs" />
74    <Compile Include="RegressionBenchmarks\Trent McConaghy\MediumLfgain.cs" />
75    <Compile Include="RegressionGenerator\RegressionRealWorldBenchmark.cs" />
76    <Compile Include="RegressionGenerator\RegressionToyBenchmark.cs" />
77    <Compile Include="Plugin.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionEight.cs">
80      <SubType>Code</SubType>
81    </Compile>
82    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFifteen.cs">
83      <SubType>Code</SubType>
84    </Compile>
85    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFour.cs">
86      <SubType>Code</SubType>
87    </Compile>
88    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSeven.cs">
89      <SubType>Code</SubType>
90    </Compile>
91    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSix.cs">
92      <SubType>Code</SubType>
93    </Compile>
94    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSixteen.cs">
95      <SubType>Code</SubType>
96    </Compile>
97    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionThirteen.cs">
98      <SubType>Code</SubType>
99    </Compile>
100    <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionTwelve.cs">
101      <SubType>Code</SubType>
102    </Compile>
103    <Compile Include="RegressionBenchmarks\Korns\KornFunctionEight.cs">
104      <SubType>Code</SubType>
105    </Compile>
106    <Compile Include="RegressionBenchmarks\Korns\KornFunctionEleven.cs">
107      <SubType>Code</SubType>
108    </Compile>
109    <Compile Include="RegressionBenchmarks\Korns\KornFunctionFive.cs">
110      <SubType>Code</SubType>
111    </Compile>
112    <Compile Include="RegressionBenchmarks\Korns\KornFunctionFiveteen.cs">
113      <SubType>Code</SubType>
114    </Compile>
115    <Compile Include="RegressionBenchmarks\Korns\KornFunctionFour.cs">
116      <SubType>Code</SubType>
117    </Compile>
118    <Compile Include="RegressionBenchmarks\Korns\KornFunctionFourteen.cs">
119      <SubType>Code</SubType>
120    </Compile>
121    <Compile Include="RegressionBenchmarks\Korns\KornFunctionNine.cs">
122      <SubType>Code</SubType>
123    </Compile>
124    <Compile Include="RegressionBenchmarks\Korns\KornFunctionOne.cs">
125      <SubType>Code</SubType>
126    </Compile>
127    <Compile Include="RegressionBenchmarks\Korns\KornFunctionSeven.cs">
128      <SubType>Code</SubType>
129    </Compile>
130    <Compile Include="RegressionBenchmarks\Korns\KornFunctionSix.cs">
131      <SubType>Code</SubType>
132    </Compile>
133    <Compile Include="RegressionBenchmarks\Korns\KornFunctionTen.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="RegressionBenchmarks\Korns\KornFunctionThirteen.cs">
137      <SubType>Code</SubType>
138    </Compile>
139    <Compile Include="RegressionBenchmarks\Korns\KornFunctionThree.cs">
140      <SubType>Code</SubType>
141    </Compile>
142    <Compile Include="RegressionBenchmarks\Korns\KornFunctionTwelve.cs">
143      <SubType>Code</SubType>
144    </Compile>
145    <Compile Include="RegressionBenchmarks\Korns\KornFunctionTwo.cs">
146      <SubType>Code</SubType>
147    </Compile>
148    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEight.cs">
149      <SubType>Code</SubType>
150    </Compile>
151    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEleven.cs">
152      <SubType>Code</SubType>
153    </Compile>
154    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFive.cs">
155      <SubType>Code</SubType>
156    </Compile>
157    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFour.cs">
158      <SubType>Code</SubType>
159    </Compile>
160    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionNine.cs">
161      <SubType>Code</SubType>
162    </Compile>
163    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionOne.cs">
164      <SubType>Code</SubType>
165    </Compile>
166    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSeven.cs">
167      <SubType>Code</SubType>
168    </Compile>
169    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSix.cs">
170      <SubType>Code</SubType>
171    </Compile>
172    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTen.cs">
173      <SubType>Code</SubType>
174    </Compile>
175    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionThree.cs">
176      <SubType>Code</SubType>
177    </Compile>
178    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwelve.cs">
179      <SubType>Code</SubType>
180    </Compile>
181    <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwo.cs">
182      <SubType>Code</SubType>
183    </Compile>
184    <Compile Include="RegressionBenchmarks\Other\SpatialCoevolution.cs" />
185    <Compile Include="RegressionBenchmarks\Other\PloyTen.cs" />
186    <Compile Include="RegressionBenchmarks\RealWorldProblems\ChemicalOne.cs" />
187    <Compile Include="RegressionBenchmarks\RealWorldProblems\Housing.cs" />
188    <Compile Include="RegressionBenchmarks\RealWorldProblems\TowerProblem.cs" />
189    <Compile Include="RegressionGenerator\RegressionBenchmark.cs" />
190    <Compile Include="RegressionBenchmarks\Vladislavleva\KotanchekFunction.cs">
191      <SubType>Code</SubType>
192    </Compile>
193    <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialThreeDimensional.cs">
194      <SubType>Code</SubType>
195    </Compile>
196    <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialTwoDimensional.cs">
197      <SubType>Code</SubType>
198    </Compile>
199    <Compile Include="RegressionBenchmarks\Vladislavleva\RippleFunction.cs">
200      <SubType>Code</SubType>
201    </Compile>
202    <Compile Include="RegressionBenchmarks\Vladislavleva\SalutowiczFunctionOneDimensional.cs">
203      <SubType>Code</SubType>
204    </Compile>
205    <Compile Include="RegressionBenchmarks\Vladislavleva\SalutowiczFunctionTwoDimensional.cs">
206      <SubType>Code</SubType>
207    </Compile>
208    <Compile Include="RegressionBenchmarks\Vladislavleva\SineCosineFunction.cs">
209      <SubType>Code</SubType>
210    </Compile>
211    <Compile Include="RegressionBenchmarks\Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs">
212      <SubType>Code</SubType>
213    </Compile>
214  </ItemGroup>
215  <ItemGroup>
216    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
217      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
218      <Name>HeuristicLab.Collections-3.3</Name>
219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
221      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
222      <Name>HeuristicLab.Common-3.3</Name>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
225      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
226      <Name>HeuristicLab.Core-3.3</Name>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
229      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
230      <Name>HeuristicLab.Data-3.3</Name>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
233      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
234      <Name>HeuristicLab.Parameters-3.3</Name>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
237      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
238      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
241      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
242      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
245      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
246      <Name>HeuristicLab.Random-3.3</Name>
247    </ProjectReference>
248  </ItemGroup>
249  <ItemGroup>
250    <EmbeddedResource Include="ClassificationBenchmark\RealWorldProblems\files\iris.data" />
251    <EmbeddedResource Include="ClassificationBenchmark\RealWorldProblems\files\mammography.csv" />
252    <None Include="HeuristicLab.snk" />
253    <None Include="Plugin.cs.frame" />
254    <None Include="Properties\AssemblyInfo.cs.frame" />
255    <EmbeddedResource Include="RegressionBenchmarks\RealWorldProblems\files\chemical-I.csv" />
256    <EmbeddedResource Include="RegressionBenchmarks\RealWorldProblems\files\housing.csv" />
257    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\bitcell_cell_i.csv" />
258    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\compar_bw.csv" />
259    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_AV.csv" />
260    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_BW.csv" />
261    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_PM.csv" />
262    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\opamp_SR.csv" />
263    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\senseamp_delay.csv" />
264    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\senseamp_pwr.csv" />
265    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\voltref_DVREF.csv" />
266    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\voltref_PWR.csv" />
267    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\gmc_ATTEN.csv" />
268    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\high\gmc_IL.csv" />
269  </ItemGroup>
270  <ItemGroup>
271    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\lfgain.txt" />
272    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\logfu.txt" />
273    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\offsetn.txt" />
274    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\pm.txt" />
275    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\srn.txt" />
276    <EmbeddedResource Include="RegressionBenchmarks\Trent McConaghy\medium\srp.txt" />
277  </ItemGroup>
278  <ItemGroup>
279    <EmbeddedResource Include="RegressionBenchmarks\RealWorldProblems\files\towerData.txt" />
280  </ItemGroup>
281  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
282  <PropertyGroup>
283    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
284set ProjectDir=$(ProjectDir)
285set SolutionDir=$(SolutionDir)
286set Outdir=$(Outdir)
287
288call PreBuildEvent.cmd</PreBuildEvent>
289  </PropertyGroup>
290  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
291       Other similar extension points exist, see Microsoft.Common.targets.
292  <Target Name="BeforeBuild">
293  </Target>
294  <Target Name="AfterBuild">
295  </Target>
296  -->
297</Project>
Note: See TracBrowser for help on using the repository browser.