Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MemPRAlgorithm/HeuristicLab.Algorithms.MemPR/3.3/HeuristicLab.Algorithms.MemPR-3.3.csproj @ 14544

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

#2701:

  • LLE: Added equality comparer
  • MemPR:
    • Added GPR to learn about heuristic performance
    • Changed Breeding to do more exhaustive search on crossover
    • Added Delinking separately to Relinking
    • Rewrote d/relinking for LLE
    • Reduce usage of local search
    • Renamed TabuWalk to AdaptiveWalk
    • Rewrote adaptive walk for binary problems
    • Renamed LLE namespace to Grouping to avoid namespace clashes
File size: 12.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{9D274421-6332-4FBC-AAE4-467ACE27C368}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.MemPR</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.MemPR-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>..\..\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>..\..\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>..\..\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
77      <SpecificVersion>False</SpecificVersion>
78      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="System" />
82    <Reference Include="System.Core" />
83    <Reference Include="System.Drawing" />
84    <Reference Include="System.Xml.Linq" />
85    <Reference Include="System.Data.DataSetExtensions" />
86    <Reference Include="Microsoft.CSharp" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Net.Http" />
89    <Reference Include="System.Xml" />
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="Binary\BinaryMemPR.cs" />
93    <Compile Include="Binary\BinaryMemPRContext.cs" />
94    <Compile Include="Binary\BinarySolutionSubspace.cs" />
95    <Compile Include="Binary\LocalSearch\ExhaustiveBitflipSubspace.cs" />
96    <Compile Include="Binary\LocalSearch\ExhaustiveBitflip.cs" />
97    <Compile Include="Binary\LocalSearch\StaticAPI\ExhaustiveBitflip.cs" />
98    <Compile Include="Binary\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
99    <Compile Include="Binary\SolutionModel\Univariate\UnivariateSolutionModel.cs" />
100    <Compile Include="Binary\SolutionModel\Univariate\BiasedModelTrainer.cs" />
101    <Compile Include="Binary\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
102    <Compile Include="Interfaces\Interfaces.cs" />
103    <Compile Include="LinearLinkage\LinearLinkageMemPR.cs" />
104    <Compile Include="LinearLinkage\LinearLinkageSolutionSubspace.cs" />
105    <Compile Include="LinearLinkage\LinearLinkageMemPRContext.cs" />
106    <Compile Include="LinearLinkage\LocalSearch\ExhaustiveSubspace.cs" />
107    <Compile Include="LinearLinkage\LocalSearch\StaticAPI\ExhaustiveLocalSearch.cs" />
108    <Compile Include="LinearLinkage\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
109    <Compile Include="LinearLinkage\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
110    <Compile Include="LinearLinkage\SolutionModel\Univariate\UnivariateSolutionModel.cs" />
111    <Compile Include="MemPRAlgorithm.cs" />
112    <Compile Include="Permutation\PermutationMemPR.cs" />
113    <Compile Include="Permutation\PermutationMemPRContext.cs" />
114    <Compile Include="Permutation\LocalSearch\ExhaustiveHillClimbSubspace.cs" />
115    <Compile Include="Permutation\LocalSearch\ExhaustiveHillClimb.cs" />
116    <Compile Include="Permutation\PermutationSolutionSubspace.cs" />
117    <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive.cs" />
118    <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive1Shift.cs" />
119    <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive2Opt.cs" />
120    <Compile Include="Permutation\LocalSearch\StaticAPI\ExhaustiveSwap2.cs" />
121    <Compile Include="Permutation\SolutionModel\Univariate\BiasedModelTrainer.cs" />
122    <Compile Include="Permutation\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
123    <Compile Include="Permutation\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
124    <Compile Include="Permutation\SolutionModel\Univariate\UnivariateRelativeModel.cs" />
125    <Compile Include="Permutation\SolutionModel\Univariate\UnivariateAbsoluteModel.cs" />
126    <Compile Include="SingleObjectiveSolutionScope.cs" />
127    <Compile Include="MemPRContext.cs" />
128    <Compile Include="Plugin.cs" />
129    <Compile Include="Properties\AssemblyInfo.cs" />
130    <Compile Include="Util\CkMeans1D.cs" />
131    <Compile Include="Util\EvaluationWrapper.cs" />
132    <Compile Include="Util\FitnessComparer.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
136      <Project>{2e782078-fa81-4b70-b56f-74ce38dac6c8}</Project>
137      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
141      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
142      <Name>HeuristicLab.Analysis-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
146      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
147      <Name>HeuristicLab.Collections-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
151      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
152      <Name>HeuristicLab.Common.Resources-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
156      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
157      <Name>HeuristicLab.Common-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
161      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
162      <Name>HeuristicLab.Core-3.3</Name>
163      <Private>False</Private>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
166      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
167      <Name>HeuristicLab.Data-3.3</Name>
168      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
171      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
172      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj">
176      <Project>{166507c9-ef26-4370-bb80-699742a29d4f}</Project>
177      <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
181      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
182      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
186      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
187      <Name>HeuristicLab.Operators-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
191      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
192      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
193      <Private>False</Private>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
196      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
197      <Name>HeuristicLab.Optimization-3.3</Name>
198      <Private>False</Private>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
201      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
202      <Name>HeuristicLab.Parameters-3.3</Name>
203      <Private>False</Private>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
206      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
207      <Name>HeuristicLab.Persistence-3.3</Name>
208      <Private>False</Private>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
211      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
212      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
213      <Private>False</Private>
214    </ProjectReference>
215    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
216      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
217      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
218    </ProjectReference>
219    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
220      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
221      <Name>HeuristicLab.Random-3.3</Name>
222      <Private>False</Private>
223    </ProjectReference>
224  </ItemGroup>
225  <ItemGroup>
226    <None Include="HeuristicLab.snk" />
227  </ItemGroup>
228  <ItemGroup />
229  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
230  <PropertyGroup>
231    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
232set ProjectDir=$(ProjectDir)
233set SolutionDir=$(SolutionDir)
234set Outdir=$(Outdir)
235
236call PreBuildEvent.cmd</PreBuildEvent>
237  </PropertyGroup>
238  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
239       Other similar extension points exist, see Microsoft.Common.targets.
240  <Target Name="BeforeBuild">
241  </Target>
242  <Target Name="AfterBuild">
243  </Target>
244  -->
245</Project>
Note: See TracBrowser for help on using the repository browser.