Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj @ 16589

Last change on this file since 16589 was 16589, checked in by chaider, 5 years ago

#2971

  • Added new Evaluator to evaulate Pearson RSquared with repsect to given constraints
  • changes in SymbolicRegressionSolution
File size: 15.0 KB
RevLine 
[3248]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3248]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
[5474]8    <ProjectGuid>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</ProjectGuid>
[3248]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[5474]11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</AssemblyName>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5192]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[3248]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
[3248]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[16556]43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[3248]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]48    <Prefer32Bit>false</Prefer32Bit>
[3248]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[6866]53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[4065]57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]58    <Prefer32Bit>false</Prefer32Bit>
[3248]59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]68    <Prefer32Bit>false</Prefer32Bit>
[3248]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
[4065]77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]78    <Prefer32Bit>false</Prefer32Bit>
[3248]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]88    <Prefer32Bit>false</Prefer32Bit>
[3248]89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
[4065]97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]98    <Prefer32Bit>false</Prefer32Bit>
[3248]99  </PropertyGroup>
100  <ItemGroup>
[12817]101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
[9289]104      <Private>False</Private>
[6866]105    </Reference>
[16556]106    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
161    </Reference>
[3248]162    <Reference Include="System" />
163    <Reference Include="System.Core">
164      <RequiredTargetFramework>3.5</RequiredTargetFramework>
165    </Reference>
[3253]166    <Reference Include="System.Drawing" />
[3248]167    <Reference Include="System.Xml.Linq">
168      <RequiredTargetFramework>3.5</RequiredTargetFramework>
169    </Reference>
170    <Reference Include="System.Data.DataSetExtensions">
171      <RequiredTargetFramework>3.5</RequiredTargetFramework>
172    </Reference>
173    <Reference Include="System.Data" />
174    <Reference Include="System.Xml" />
175  </ItemGroup>
176  <ItemGroup>
[13241]177    <Compile Include="MultiObjective\PearsonRSquaredNestedTreeSizeEvaluator.cs" />
178    <Compile Include="MultiObjective\PearsonRSquaredNumberOfVariablesEvaluator.cs" />
[16499]179    <Compile Include="MultiObjective\PearsonRSquaredAverageSimilarityEvaluator.cs" />
[13241]180    <Compile Include="MultiObjective\PearsonRSquaredTreeComplexityEvaluator.cs" />
[5685]181    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
[6866]182    <Compile Include="Plugin.cs" />
[8844]183    <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" />
[10469]184    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
[16589]185    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveConstraintPearsonRSquaredEvaluator.cs" />
[10596]186    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
[12103]187    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
[10469]188    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
[10484]189    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionLogResidualEvaluator.cs" />
[10469]190    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
[7726]191    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
[7677]192    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMaxAbsoluteErrorEvaluator.cs" />
193    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanAbsoluteErrorEvaluator.cs" />
[7672]194    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionConstantOptimizationEvaluator.cs" />
[5747]195    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveOverfittingAnalyzer.cs" />
[5624]196    <Compile Include="SymbolicRegressionModel.cs" />
[5557]197    <Compile Include="Interfaces\ISymbolicRegressionModel.cs" />
198    <Compile Include="Interfaces\ISymbolicRegressionSolution.cs" />
[5500]199    <Compile Include="Interfaces\ISymbolicRegressionEvaluator.cs" />
200    <Compile Include="Interfaces\ISymbolicRegressionMultiObjectiveEvaluator.cs" />
201    <Compile Include="Interfaces\ISymbolicRegressionSingleObjectiveEvaluator.cs" />
[5618]202    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveProblem.cs" />
[5557]203    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
[5618]204    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveProblem.cs" />
[5607]205    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationBestSolutionAnalyzer.cs" />
[5557]206    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
[5505]207    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveEvaluator.cs" />
208    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveMeanSquaredErrorTreeSizeEvaluator.cs" />
209    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectivePearsonRSquaredTreeSizeEvaluator.cs" />
[7672]210    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveEvaluator.cs" />
211    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanSquaredErrorEvaluator.cs" />
212    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
[10469]213    <Compile Include="SymbolicRegressionPruningOperator.cs" />
[5607]214    <Compile Include="SymbolicRegressionSolution.cs" />
[8946]215    <Compile Include="SymbolicRegressionSolutionImpactValuesCalculator.cs" />
[3248]216    <None Include="HeuristicLab.snk" />
[6866]217    <None Include="Plugin.cs.frame" />
218    <None Include="Properties\AssemblyInfo.cs.frame" />
[3373]219    <Compile Include="Properties\AssemblyInfo.cs" />
[3248]220  </ItemGroup>
221  <ItemGroup>
[7825]222    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
223      <Visible>False</Visible>
224      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
225      <Install>false</Install>
226    </BootstrapperPackage>
227    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
228      <Visible>False</Visible>
229      <ProductName>.NET Framework 3.5 SP1</ProductName>
230      <Install>true</Install>
231    </BootstrapperPackage>
232    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
233      <Visible>False</Visible>
234      <ProductName>Windows Installer 3.1</ProductName>
235      <Install>true</Install>
236    </BootstrapperPackage>
237  </ItemGroup>
238  <ItemGroup>
[5500]239    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
240      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
241      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[6866]242      <Private>False</Private>
[5500]243    </ProjectReference>
[3248]244  </ItemGroup>
245  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
246  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
247       Other similar extension points exist, see Microsoft.Common.targets.
248  <Target Name="BeforeBuild">
249  </Target>
250  <Target Name="AfterBuild">
251  </Target>
252  -->
253  <PropertyGroup>
[8704]254    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3248]255set ProjectDir=$(ProjectDir)
256set SolutionDir=$(SolutionDir)
257set Outdir=$(Outdir)
258
259call PreBuildEvent.cmd
[6866]260</PreBuildEvent>
[8704]261    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]262export ProjectDir=$(ProjectDir)
263export SolutionDir=$(SolutionDir)
264
265$SolutionDir/PreBuildEvent.sh
266</PreBuildEvent>
[3248]267  </PropertyGroup>
268</Project>
Note: See TracBrowser for help on using the repository browser.