Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MemPRAlgorithm/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj @ 14492

Last change on this file since 14492 was 14492, checked in by abeham, 7 years ago

#2701:

  • Updated LLE encoding
    • Made folder for version 3.4
    • Added conversion from and to LLE-b representation (back-links)
    • Updated moves and movegenerator to replace bidirectionaldictionary with LLE-b representation
  • Updated MemPR (linear linkage)
    • Updated tabu walk
  • Added test for conversion between LLE-e and LLE and LLE-b and LLE
  • Updated test for move apply/undo and added test for applying in sequence
File size: 10.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{166507C9-EF26-4370-BB80-699742A29D4F}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Encodings.LinearLinkageEncoding</RootNamespace>
11    <AssemblyName>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>
53    </DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <Prefer32Bit>false</Prefer32Bit>
82  </PropertyGroup>
83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
89  <ItemGroup>
90    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
91      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
92      <Name>HeuristicLab.Collections-3.3</Name>
93      <Private>False</Private>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
96      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
97      <Name>HeuristicLab.Common-3.3</Name>
98      <Private>False</Private>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
101      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
102      <Name>HeuristicLab.Core-3.3</Name>
103      <Private>False</Private>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
106      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
107      <Name>HeuristicLab.Data-3.3</Name>
108      <Private>False</Private>
109    </ProjectReference>
110    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
111      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
112      <Name>HeuristicLab.Operators-3.3</Name>
113      <Private>False</Private>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
116      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
117      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
118      <Private>False</Private>
119    </ProjectReference>
120    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
121      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
122      <Name>HeuristicLab.Optimization-3.3</Name>
123      <Private>False</Private>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
126      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
127      <Name>HeuristicLab.Parameters-3.3</Name>
128      <Private>False</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
131      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
132      <Name>HeuristicLab.Persistence-3.3</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
136      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
137      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
141      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
142      <Name>HeuristicLab.Random-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145  </ItemGroup>
146  <ItemGroup>
147    <Reference Include="System" />
148    <Reference Include="System.Core" />
149    <Reference Include="System.Drawing" />
150    <Reference Include="System.Xml.Linq" />
151    <Reference Include="System.Data.DataSetExtensions" />
152    <Reference Include="Microsoft.CSharp" />
153    <Reference Include="System.Data" />
154    <Reference Include="System.Xml" />
155  </ItemGroup>
156  <ItemGroup>
157    <Compile Include="Creators\ExactGroupsLinearLinkageCreator.cs" />
158    <Compile Include="Creators\MaxGroupSizeLinearLinkageCreator.cs" />
159    <Compile Include="Creators\MaxGroupsLinearLinkageCreator.cs" />
160    <Compile Include="Creators\RandomLinearLinkageCreator.cs" />
161    <Compile Include="Crossovers\GreedyPartitionCrossover.cs" />
162    <Compile Include="Crossovers\GroupCrossover.cs" />
163    <Compile Include="Crossovers\LowestIndexMaxCrossover.cs" />
164    <Compile Include="Crossovers\MultiLLECrossover.cs" />
165    <Compile Include="Crossovers\SinglePointCrossover.cs" />
166    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
167    <Compile Include="Interfaces\ILinearLinkageSwap2MoveOperator.cs" />
168    <Compile Include="Interfaces\ILinearLinkageCreator.cs" />
169    <Compile Include="LinearLinkage.cs" />
170    <Compile Include="LinearLinkageCreator.cs" />
171    <Compile Include="LinearLinkageEncoding.cs" />
172    <Compile Include="LinearLinkageManipulator.cs" />
173    <Compile Include="LinearLinkageCrossover.cs" />
174    <Compile Include="Manipulators\GraftManipulator.cs" />
175    <Compile Include="Manipulators\MoveItemManipulator.cs" />
176    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
177    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
178    <Compile Include="Moves\ExtractMove.cs" />
179    <Compile Include="Moves\MergeMove.cs" />
180    <Compile Include="Moves\Move.cs" />
181    <Compile Include="Moves\ShiftMove.cs" />
182    <Compile Include="Moves\SplitMove.cs" />
183    <Compile Include="Moves\StaticAPI\MoveGenerator.cs" />
184    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
185    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
186    <Compile Include="Moves\Swap\StochasticSwap2SingleMoveGenerator.cs" />
187    <Compile Include="Moves\Swap\Swap2Move.cs" />
188    <Compile Include="Moves\Swap\Swap2MoveGenerator.cs" />
189    <Compile Include="Moves\Swap\Swap2MoveMaker.cs" />
190    <Compile Include="ShakingOperators\LLEShakingOperator.cs" />
191    <Compile Include="SimilarityCalculators\HammingSimilarityCalculator.cs" />
192    <None Include="HeuristicLab.snk" />
193    <None Include="Plugin.cs.frame" />
194    <Compile Include="Crossovers\LowestIndexFirstCrossover.cs" />
195    <Compile Include="Interfaces\ILinearLinkageCrossover.cs" />
196    <Compile Include="Interfaces\ILinearLinkageManipulator.cs" />
197    <Compile Include="Interfaces\ILinearLinkageOperator.cs" />
198    <Compile Include="Interfaces\ILinearLinkageShakingOperator.cs" />
199    <Compile Include="Manipulators\SplitGroupManipulator.cs" />
200    <Compile Include="Manipulators\SwapItemManipulator.cs" />
201    <Compile Include="Plugin.cs" />
202    <None Include="Properties\AssemblyInfo.cs.frame" />
203    <Compile Include="Properties\AssemblyInfo.cs" />
204  </ItemGroup>
205  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
206  <PropertyGroup>
207    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
208set ProjectDir=$(ProjectDir)
209set SolutionDir=$(SolutionDir)
210set Outdir=$(Outdir)
211
212call PreBuildEvent.cmd
213    </PreBuildEvent>
214    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
215export ProjectDir=$(ProjectDir)
216export SolutionDir=$(SolutionDir)
217
218$SolutionDir/PreBuildEvent.sh
219    </PreBuildEvent>
220  </PropertyGroup>
221  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
222       Other similar extension points exist, see Microsoft.Common.targets.
223  <Target Name="BeforeBuild">
224  </Target>
225  <Target Name="AfterBuild">
226  </Target>
227  -->
228</Project>
Note: See TracBrowser for help on using the repository browser.