Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj @ 18194

Last change on this file since 18194 was 18194, checked in by mkommend, 2 years ago

#3136:

  • Added handling of numeric parameters in structur GP problem by using a real vector encoding.
  • Configured grammar in sub function.
  • Added property for numeric parameters in structure template.
File size: 16.7 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>
[16565]13    <TargetFrameworkVersion>v4.6.1</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>
[6866]43    <OutputPath>$(SolutionDir)\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>
[18192]49    <LangVersion>default</LangVersion>
[3248]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
[6866]54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]59    <Prefer32Bit>false</Prefer32Bit>
[18192]60    <LangVersion>default</LangVersion>
[3248]61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
[6866]64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
[4065]69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]70    <Prefer32Bit>false</Prefer32Bit>
[18192]71    <LangVersion>default</LangVersion>
[3248]72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]75    <DefineConstants>TRACE</DefineConstants>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
[4065]80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]81    <Prefer32Bit>false</Prefer32Bit>
[18192]82    <LangVersion>default</LangVersion>
[3248]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
85    <DebugSymbols>true</DebugSymbols>
[6866]86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]92    <Prefer32Bit>false</Prefer32Bit>
[18192]93    <LangVersion>default</LangVersion>
[3248]94  </PropertyGroup>
95  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]96    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]97    <DefineConstants>TRACE</DefineConstants>
98    <Optimize>true</Optimize>
99    <DebugType>pdbonly</DebugType>
100    <PlatformTarget>x86</PlatformTarget>
101    <ErrorReport>prompt</ErrorReport>
[4065]102    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]103    <Prefer32Bit>false</Prefer32Bit>
[18192]104    <LangVersion>default</LangVersion>
[3248]105  </PropertyGroup>
106  <ItemGroup>
[17931]107    <Reference Include="ALGLIB-3.17.0, Version=3.17.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[12817]108      <SpecificVersion>False</SpecificVersion>
[17931]109      <HintPath>..\..\bin\ALGLIB-3.17.0.dll</HintPath>
[9289]110      <Private>False</Private>
[6866]111    </Reference>
[3248]112    <Reference Include="System" />
113    <Reference Include="System.Core">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
[3253]116    <Reference Include="System.Drawing" />
[3248]117    <Reference Include="System.Xml.Linq">
118      <RequiredTargetFramework>3.5</RequiredTargetFramework>
119    </Reference>
120    <Reference Include="System.Data.DataSetExtensions">
121      <RequiredTargetFramework>3.5</RequiredTargetFramework>
122    </Reference>
123    <Reference Include="System.Data" />
124    <Reference Include="System.Xml" />
125  </ItemGroup>
126  <ItemGroup>
[17959]127    <Compile Include="Interfaces\IMultiObjectiveConstraintsEvaluator.cs" />
[17958]128    <Compile Include="MultiObjective\NMSEMultiObjectiveConstraintsEvaluator.cs" />
[13241]129    <Compile Include="MultiObjective\PearsonRSquaredNestedTreeSizeEvaluator.cs" />
130    <Compile Include="MultiObjective\PearsonRSquaredNumberOfVariablesEvaluator.cs" />
[16499]131    <Compile Include="MultiObjective\PearsonRSquaredAverageSimilarityEvaluator.cs" />
[13241]132    <Compile Include="MultiObjective\PearsonRSquaredTreeComplexityEvaluator.cs" />
[17958]133    <Compile Include="MultiObjective\ShapeConstrainedRegressionMultiObjectiveProblem.cs" />
[5685]134    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
[18192]135    <Compile Include="ParameterOptimization.cs" />
[6866]136    <Compile Include="Plugin.cs" />
[17903]137    <Compile Include="ShapeConstraintsAnalyzer.cs" />
[18146]138    <Compile Include="SingleObjective\ParameterOptimizationAnalyzer.cs" />
[17958]139    <Compile Include="SingleObjective\Evaluators\NMSESingleObjectiveConstraintsEvaluator.cs" />
[10469]140    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
[17958]141    <Compile Include="SingleObjective\ShapeConstrainedRegressionSingleObjectiveProblem.cs" />
[18053]142    <Compile Include="SingleObjective\SolutionQualityAnalyzer.cs" />
143    <Compile Include="SingleObjective\SolutionRSquaredAnalyzer.cs" />
[18061]144    <Compile Include="SingleObjective\StructuredSymbolicRegressionSingleObjectiveProblem.cs" />
[12103]145    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
[10469]146    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
[10484]147    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionLogResidualEvaluator.cs" />
[10469]148    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
[7726]149    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
[7677]150    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMaxAbsoluteErrorEvaluator.cs" />
151    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanAbsoluteErrorEvaluator.cs" />
[18146]152    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionParameterOptimizationEvaluator.cs" />
[5747]153    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveOverfittingAnalyzer.cs" />
[5624]154    <Compile Include="SymbolicRegressionModel.cs" />
[5557]155    <Compile Include="Interfaces\ISymbolicRegressionModel.cs" />
156    <Compile Include="Interfaces\ISymbolicRegressionSolution.cs" />
[5500]157    <Compile Include="Interfaces\ISymbolicRegressionEvaluator.cs" />
158    <Compile Include="Interfaces\ISymbolicRegressionMultiObjectiveEvaluator.cs" />
159    <Compile Include="Interfaces\ISymbolicRegressionSingleObjectiveEvaluator.cs" />
[5618]160    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveProblem.cs" />
[5557]161    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
[5618]162    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveProblem.cs" />
[5607]163    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationBestSolutionAnalyzer.cs" />
[5557]164    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
[5505]165    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveEvaluator.cs" />
166    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveMeanSquaredErrorTreeSizeEvaluator.cs" />
167    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectivePearsonRSquaredTreeSizeEvaluator.cs" />
[7672]168    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveEvaluator.cs" />
169    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanSquaredErrorEvaluator.cs" />
170    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
[10469]171    <Compile Include="SymbolicRegressionPruningOperator.cs" />
[5607]172    <Compile Include="SymbolicRegressionSolution.cs" />
[8946]173    <Compile Include="SymbolicRegressionSolutionImpactValuesCalculator.cs" />
[3248]174    <None Include="HeuristicLab.snk" />
[6866]175    <None Include="Plugin.cs.frame" />
176    <None Include="Properties\AssemblyInfo.cs.frame" />
[3373]177    <Compile Include="Properties\AssemblyInfo.cs" />
[3248]178  </ItemGroup>
179  <ItemGroup>
[7825]180    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
181      <Visible>False</Visible>
182      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
183      <Install>false</Install>
184    </BootstrapperPackage>
185    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
186      <Visible>False</Visible>
187      <ProductName>.NET Framework 3.5 SP1</ProductName>
188      <Install>true</Install>
189    </BootstrapperPackage>
190    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
191      <Visible>False</Visible>
192      <ProductName>Windows Installer 3.1</ProductName>
193      <Install>true</Install>
194    </BootstrapperPackage>
195  </ItemGroup>
196  <ItemGroup>
[5747]197    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
198      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
199      <Name>HeuristicLab.Analysis-3.3</Name>
[8324]200      <Private>False</Private>
[5747]201    </ProjectReference>
[3253]202    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
203      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
204      <Name>HeuristicLab.Collections-3.3</Name>
[6866]205      <Private>False</Private>
[3253]206    </ProjectReference>
[3384]207    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
208      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
209      <Name>HeuristicLab.Common-3.3</Name>
[6866]210      <Private>False</Private>
[3368]211    </ProjectReference>
[3253]212    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
213      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
214      <Name>HeuristicLab.Core-3.3</Name>
[6866]215      <Private>False</Private>
[3253]216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
218      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
219      <Name>HeuristicLab.Data-3.3</Name>
[6866]220      <Private>False</Private>
[3253]221    </ProjectReference>
[18194]222    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
223      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
224      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
225    </ProjectReference>
[5500]226    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
227      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
228      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
[6866]229      <Private>False</Private>
[3253]230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
232      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
233      <Name>HeuristicLab.Operators-3.3</Name>
[6866]234      <Private>False</Private>
[3253]235    </ProjectReference>
[12103]236    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
237      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
238      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
239      <Private>False</Private>
240    </ProjectReference>
[3253]241    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
242      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
243      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]244      <Private>False</Private>
[3253]245    </ProjectReference>
246    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
247      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
248      <Name>HeuristicLab.Parameters-3.3</Name>
[6866]249      <Private>False</Private>
[3253]250    </ProjectReference>
251    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
252      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
253      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]254      <Private>False</Private>
[3253]255    </ProjectReference>
[3832]256    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3248]257      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]258      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]259      <Private>False</Private>
[3248]260    </ProjectReference>
[5500]261    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
262      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
263      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
[6866]264      <Private>False</Private>
[3248]265    </ProjectReference>
[5500]266    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
267      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
268      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[6866]269      <Private>False</Private>
[5500]270    </ProjectReference>
[18084]271    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
272      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
273      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
274    </ProjectReference>
[7823]275    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
276      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
277      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7825]278      <Private>False</Private>
[7823]279    </ProjectReference>
[18095]280    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
281      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
282      <Name>HeuristicLab.Random-3.3</Name>
283    </ProjectReference>
[3248]284  </ItemGroup>
[16625]285  <ItemGroup>
[16658]286    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
287      <SpecificVersion>False</SpecificVersion>
288      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
289      <Private>False</Private>
290    </Reference>
[16625]291  </ItemGroup>
[3248]292  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
293  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
294       Other similar extension points exist, see Microsoft.Common.targets.
295  <Target Name="BeforeBuild">
296  </Target>
297  <Target Name="AfterBuild">
298  </Target>
299  -->
300  <PropertyGroup>
[8704]301    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3248]302set ProjectDir=$(ProjectDir)
303set SolutionDir=$(SolutionDir)
304set Outdir=$(Outdir)
305
306call PreBuildEvent.cmd
[6866]307</PreBuildEvent>
[8704]308    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]309export ProjectDir=$(ProjectDir)
310export SolutionDir=$(SolutionDir)
311
312$SolutionDir/PreBuildEvent.sh
313</PreBuildEvent>
[3248]314  </PropertyGroup>
315</Project>
Note: See TracBrowser for help on using the repository browser.