Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj @ 8557

Last change on this file since 8557 was 8557, checked in by bburlacu, 12 years ago

#1772: Introduced base class and interface for tracing operators. Introduced SymbolicExpressionTreeNodeComparer interface to be implemented by node matching operators. Fixed bug in the TracingSymbolicExpressionTreeManipulator where nodes modified by the Full- and OnePoint tree shakers were not correctly detected. The SymbolicExpressionTreeNodeSimilarityComparer is now injected in the tracing genetic operators as a parameter.

File size: 13.7 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{06D4A186-9319-48A0-BADE-A2058D462EEA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
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>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x86</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <PropertyGroup>
96    <StartupObject />
97  </PropertyGroup>
98  <ItemGroup>
99    <Reference Include="HeuristicLab.Analysis-3.3">
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Collections-3.3">
103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Common-3.3">
106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Common.Resources-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Core-3.3">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Data-3.3">
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Operators-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Optimization-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Parameters-3.3">
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Persistence-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Random-3.3">
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="System" />
139    <Reference Include="System.Core">
140      <RequiredTargetFramework>3.5</RequiredTargetFramework>
141    </Reference>
142    <Reference Include="System.Drawing" />
143    <Reference Include="System.Xml.Linq">
144      <RequiredTargetFramework>3.5</RequiredTargetFramework>
145    </Reference>
146    <Reference Include="System.Data.DataSetExtensions">
147      <RequiredTargetFramework>3.5</RequiredTargetFramework>
148    </Reference>
149    <Reference Include="System.Data" />
150    <Reference Include="System.Xml" />
151  </ItemGroup>
152  <ItemGroup>
153    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
154    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
155    <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
156    <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
157    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
158    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
159    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
160    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
161    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
162    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
163    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
164    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
165    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
166    <Compile Include="Compiler\Instruction.cs" />
167    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
168    <None Include="Plugin.cs.frame" />
169    <Compile Include="Interfaces\Operators\ITracingSymbolicExpressionTreeOperator.cs" />
170    <Compile Include="TracingSymbolicExpressionTreeOperator.cs" />
171    <Compile Include="Creators\TracingSymbolicExpressionTreeCreator.cs" />
172    <Compile Include="Creators\FullTreeCreator.cs">
173      <SubType>Code</SubType>
174    </Compile>
175    <Compile Include="Creators\GrowTreeCreator.cs">
176      <SubType>Code</SubType>
177    </Compile>
178    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
179    <Compile Include="Crossovers\TracingSymbolicExpressionTreeCrossover.cs" />
180    <Compile Include="GenericWrapper.cs" />
181    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
182    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
183    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
184    <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
185    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeComparer.cs" />
186    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
187    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
188    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
189    <Compile Include="CutPoint.cs" />
190    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
191    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
192    <Compile Include="Interfaces\ISymbol.cs" />
193    <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
194    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
195    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
196    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
197    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
198    <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
199    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
200    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
201    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
202    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
203    <Compile Include="Manipulators\TracingSymbolicExpressionTreeManipulator.cs" />
204    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
205    <Compile Include="Manipulators\FullTreeShaker.cs" />
206    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
207    <Compile Include="Manipulators\OnePointShaker.cs" />
208    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
209    <Compile Include="Plugin.cs" />
210    <Compile Include="SymbolicExpressionGrammarBase.cs" />
211    <Compile Include="SymbolicExpressionGrammar.cs" />
212    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
213    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
214    <Compile Include="Crossovers\SubtreeCrossover.cs">
215      <SubType>Code</SubType>
216    </Compile>
217    <Compile Include="EnumerableExtensions.cs" />
218    <Compile Include="SymbolicExpressionTreeOperator.cs" />
219    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
220    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
221    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
222    <Compile Include="SymbolicExpressionTree.cs" />
223    <Compile Include="Properties\AssemblyInfo.cs" />
224    <Compile Include="SymbolicExpressionTreeNode.cs" />
225    <Compile Include="Symbols\Argument.cs" />
226    <Compile Include="Symbols\ArgumentTreeNode.cs" />
227    <Compile Include="Symbols\GroupSymbol.cs" />
228    <Compile Include="Symbols\StartSymbol.cs" />
229    <Compile Include="Symbols\InvokeFunction.cs" />
230    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
231    <Compile Include="Symbols\DefunTreeNode.cs" />
232    <Compile Include="Symbols\Defun.cs" />
233    <Compile Include="Symbols\ProgramRootSymbol.cs" />
234    <Compile Include="Symbols\Symbol.cs" />
235  </ItemGroup>
236  <ItemGroup>
237    <None Include="HeuristicLab.snk" />
238    <None Include="Properties\AssemblyInfo.cs.frame" />
239  </ItemGroup>
240  <ItemGroup>
241    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
242      <Visible>False</Visible>
243      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
244      <Install>false</Install>
245    </BootstrapperPackage>
246    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
247      <Visible>False</Visible>
248      <ProductName>.NET Framework 3.5 SP1</ProductName>
249      <Install>true</Install>
250    </BootstrapperPackage>
251    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
252      <Visible>False</Visible>
253      <ProductName>Windows Installer 3.1</ProductName>
254      <Install>true</Install>
255    </BootstrapperPackage>
256  </ItemGroup>
257  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
258  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
259       Other similar extension points exist, see Microsoft.Common.targets.
260  <Target Name="BeforeBuild">
261  </Target>
262  <Target Name="AfterBuild">
263  </Target>
264  -->
265  <PropertyGroup>
266    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
267set ProjectDir=$(ProjectDir)
268set SolutionDir=$(SolutionDir)
269set Outdir=$(Outdir)
270
271call PreBuildEvent.cmd
272</PreBuildEvent>
273  </PropertyGroup>
274</Project>
Note: See TracBrowser for help on using the repository browser.