Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/HeuristicLab.Analysis.FitnessLandscape-3.3.csproj @ 15713

Last change on this file since 15713 was 15713, checked in by abeham, 6 years ago

#1614:

  • added additional constraint to benchmark data generator and updated one instance that was affected by this
  • added fitness landscape characteristics for the GQAP
  • fixed RLD analysis view to compensate for empty convergence graphs
  • fixed CPLEX solvers not using the obj value when the solver terminates (callback is not called if proven optimal solution is found)
  • added code for local solver to also check on final quality
File size: 13.6 KB
RevLine 
[7128]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>{5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.FitnessLandscape</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.FitnessLandscape-3.3</AssemblyName>
[11626]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[7128]14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
[15694]42    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[7128]43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
[11626]46    <Prefer32Bit>false</Prefer32Bit>
[7128]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
[15694]51    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[7128]52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
[11626]55    <Prefer32Bit>false</Prefer32Bit>
[7128]56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
[15694]59    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[7128]60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
[11626]64    <Prefer32Bit>false</Prefer32Bit>
[7128]65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15694]67    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[7128]68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
[11626]73    <Prefer32Bit>false</Prefer32Bit>
[7128]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
76    <DebugSymbols>true</DebugSymbols>
[15694]77    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[7128]78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
[11626]82    <Prefer32Bit>false</Prefer32Bit>
[7128]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15694]85    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[7128]86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[11626]91    <Prefer32Bit>false</Prefer32Bit>
[7128]92  </PropertyGroup>
93  <ItemGroup>
[13583]94    <Reference Include="ALGLIB-3.7.0">
[15694]95      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
[13583]96      <Private>False</Private>
[9750]97    </Reference>
[15702]98    <Reference Include="HeuristicLab.Analysis-3.3">
99      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
100      <Private>False</Private>
101    </Reference>
[7128]102    <Reference Include="HeuristicLab.Collections-3.3">
[15694]103      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[13583]104      <Private>False</Private>
[7128]105    </Reference>
106    <Reference Include="HeuristicLab.Common-3.3">
[15694]107      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[13583]108      <Private>False</Private>
[7128]109    </Reference>
110    <Reference Include="HeuristicLab.Common.Resources-3.3">
[15694]111      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[13583]112      <Private>False</Private>
[7128]113    </Reference>
114    <Reference Include="HeuristicLab.Core-3.3">
[15694]115      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[13583]116      <Private>False</Private>
[7128]117    </Reference>
118    <Reference Include="HeuristicLab.Data-3.3">
[15694]119      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[13583]120      <Private>False</Private>
[7128]121    </Reference>
122    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
[15694]123      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
[13583]124      <Private>False</Private>
[7128]125    </Reference>
126    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
[15694]127      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
[13583]128      <Private>False</Private>
[7128]129    </Reference>
130    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
[15694]131      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
[13583]132      <Private>False</Private>
[7128]133    </Reference>
134    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
[15694]135      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
[13583]136      <Private>False</Private>
[7128]137    </Reference>
138    <Reference Include="HeuristicLab.Operators-3.3">
[15694]139      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[13583]140      <Private>False</Private>
[7128]141    </Reference>
142    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
[15694]143      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[13583]144      <Private>False</Private>
[7128]145    </Reference>
146    <Reference Include="HeuristicLab.Parameters-3.3">
[15694]147      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[13583]148      <Private>False</Private>
[7128]149    </Reference>
150    <Reference Include="HeuristicLab.Persistence-3.3">
[15694]151      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[13583]152      <Private>False</Private>
[7128]153    </Reference>
154    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[15694]155      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[13583]156      <Private>False</Private>
[7128]157    </Reference>
[15694]158    <Reference Include="HeuristicLab.Problems.Instances-3.3">
159      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
[14678]160      <Private>False</Private>
161    </Reference>
[15694]162    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
163      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
[14678]164      <Private>False</Private>
165    </Reference>
[7128]166    <Reference Include="HeuristicLab.Random-3.3">
[15694]167      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
[13583]168      <Private>False</Private>
[7128]169    </Reference>
170    <Reference Include="HeuristicLab.Selection-3.3">
[15694]171      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
[13583]172      <Private>False</Private>
[7128]173    </Reference>
174    <Reference Include="System" />
175    <Reference Include="System.Core">
176      <RequiredTargetFramework>3.5</RequiredTargetFramework>
177    </Reference>
178    <Reference Include="System.Drawing" />
[11661]179    <Reference Include="System.IO.Compression" />
[7128]180    <Reference Include="System.Windows.Forms" />
181    <Reference Include="System.Windows.Forms.DataVisualization" />
182    <Reference Include="System.Xml.Linq">
183      <RequiredTargetFramework>3.5</RequiredTargetFramework>
184    </Reference>
185    <Reference Include="System.Data.DataSetExtensions">
186      <RequiredTargetFramework>3.5</RequiredTargetFramework>
187    </Reference>
188    <Reference Include="System.Data" />
189    <Reference Include="System.Xml" />
190  </ItemGroup>
191  <ItemGroup>
[13583]192    <Compile Include="Algorithms\AdaptiveWalk.cs" />
[15331]193    <Compile Include="Algorithms\FLACharacterizer.cs" />
[13583]194    <Compile Include="Algorithms\UpDownWalk.cs" />
195    <Compile Include="Algorithms\RandomWalk.cs" />
196    <Compile Include="Analysis\RuggednessCalculator.cs" />
[7128]197    <Compile Include="Analysis\UpDownWalkAnalyzer.cs" />
198    <Compile Include="Analysis\EnumerableExtensions.cs" />
199    <Compile Include="Analysis\FitnessCloudAnalyzer.cs" />
200    <Compile Include="Analysis\InformationAnalysis.cs" />
201    <Compile Include="Analysis\QualityTrailMultiAnalyzer.cs" />
202    <Compile Include="Analysis\RuggednessAnalyzer.cs" />
203    <Compile Include="Analysis\IQualityTrailAnalyzer.cs" />
204    <Compile Include="Algorithms\LocalAnalysis.cs" />
205    <Compile Include="Algorithms\LocalAnalysisMainLoop.cs" />
206    <Compile Include="Analysis\InformationAnalyzer.cs" />
207    <Compile Include="Analysis\UniqueThresholdCalculator.cs" />
[13583]208    <Compile Include="CharacteristicCalculator\AdaptiveWalkCalculator.cs" />
209    <Compile Include="CharacteristicCalculator\UpDownWalkCalculator.cs" />
210    <Compile Include="CharacteristicCalculator\RandomWalkCalculator.cs" />
[14678]211    <Compile Include="ProblemCharacteristicAnalysis\CharacteristicCalculator.cs" />
[14691]212    <Compile Include="ProblemCharacteristicAnalysis\CurveAnalysis.cs" />
[14678]213    <Compile Include="ProblemCharacteristicAnalysis\DoubleMatrixCharacteristicCalculator.cs" />
[15713]214    <Compile Include="ProblemCharacteristicAnalysis\GQAP\GQAPCharacteristicCalculator.cs" />
215    <Compile Include="ProblemCharacteristicAnalysis\GQAP\GQAPDirectedWalk.cs" />
216    <Compile Include="ProblemCharacteristicAnalysis\IntegerVectorPathAnalysis.cs" />
[14691]217    <Compile Include="ProblemCharacteristicAnalysis\PermutationPathAnalysis.cs" />
[14678]218    <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPCharacteristicCalculator.cs" />
219    <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPDirectedWalk.cs" />
220    <Compile Include="ProblemInstanceAnalysis\DirectedPath.cs" />
221    <Compile Include="ProblemInstanceAnalysis\ProblemInstanceAnalyzer.cs" />
222    <Compile Include="ProblemInstanceAnalysis\PRProblemInstanceAnalyzer.cs" />
223    <Compile Include="ProblemInstanceAnalysis\QAPPRProblemInstanceAnalyzer.cs" />
[13583]224    <Compile Include="UpDownSelector.cs" />
225    <Compile Include="Extensions.cs" />
[7128]226    <Compile Include="FDC\QAPPermutationFitnessDistanceCorrelationAnalyzer.cs" />
227    <Compile Include="FDC\BinaryVectorFitnessDistanceCorrelationAnalyzer.cs" />
[13583]228    <Compile Include="Plugin.cs" />
[7128]229    <Compile Include="FDC\PermutationFitnessDistanceCorrelationAnalyzer.cs" />
230    <None Include="Properties\AssemblyInfo.cs.frame" />
231    <Compile Include="Properties\AssemblyInfo.cs" />
232    <Compile Include="FDC\RealVectorFitnessDistanceCorrelationAnalyzer.cs" />
233    <Compile Include="FDC\FitnessDistanceCorrelationAnalyzer.cs" />
[13583]234    <None Include="Plugin.cs.frame" />
[7128]235    <Compile Include="FDC\ScatterPlot.cs" />
236  </ItemGroup>
237  <ItemGroup>
238    <None Include="HeuristicLab.snk" />
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>
[13583]257  <ItemGroup>
258    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
259      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
260      <Name>HeuristicLab.Optimization-3.3</Name>
261      <Private>False</Private>
262    </ProjectReference>
[15713]263    <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
264      <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
265      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
266      <Private>False</Private>
267    </ProjectReference>
[13583]268  </ItemGroup>
[7128]269  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
270  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
271       Other similar extension points exist, see Microsoft.Common.targets.
272  <Target Name="BeforeBuild">
273  </Target>
274  <Target Name="AfterBuild">
275  </Target>
276  -->
277  <PropertyGroup>
[13583]278    <PostBuildEvent>
279    </PostBuildEvent>
[7128]280  </PropertyGroup>
281  <PropertyGroup>
282    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
283set ProjectDir=$(ProjectDir)
284set SolutionDir=$(SolutionDir)
285set Outdir=$(Outdir)
286
[13583]287call PreBuildEvent.cmd
288</PreBuildEvent>
[7128]289  </PropertyGroup>
[7208]290</Project>
Note: See TracBrowser for help on using the repository browser.