Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ScatterSearch/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj @ 7786

Last change on this file since 7786 was 7786, checked in by jkarder, 12 years ago

#1331:

  • fixed bug in path relinking selection
  • fixed bug in ScatterSearch.Prepare()
  • added custom interface (IImprovementOperator) for Scatter Search specific improvement operators
  • switched from diversity calculation to similarity calculation
  • separated IPathRelinker from ICrossover
  • changed TestFunctionsImprovementOperator to use reflection for evaluating functions
  • changed SolutionPoolUpdateMethod to use similarity calculation for solution comparison
  • improved TravelingSalesmanImprovementOperator
  • improved operator graph
  • removed specific operators used to evaluate TestFunctions problems
  • removed custom crossover operator (NChildCrossover)
  • added parameters and adjusted types
  • adjusted event handling
  • changed access levels
  • minor code improvements
File size: 7.5 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{5FEE5DB4-7FD9-4CBD-BEC2-3FEE17B31A94}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.ScatterSearch</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.ScatterSearch-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
42    <Reference Include="HeuristicLab.Collections-3.3">
43      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Common-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Core-3.3">
49      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Data-3.3">
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
55    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
56    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
57    <Reference Include="HeuristicLab.Operators-3.3">
58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Optimization-3.3">
61      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Parameters-3.3">
67      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Persistence-3.3">
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
73    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
74    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
75    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
76    <Reference Include="HeuristicLab.Random-3.3">
77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
80    <Reference Include="System" />
81    <Reference Include="System.Core" />
82    <Reference Include="System.Xml.Linq" />
83    <Reference Include="System.Data.DataSetExtensions" />
84    <Reference Include="Microsoft.CSharp" />
85    <Reference Include="System.Data" />
86    <Reference Include="System.Xml" />
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="IImprovementOperator.cs" />
90    <Compile Include="IPathRelinker.cs" />
91    <Compile Include="SolutionPool2TierUpdateMethod.cs" />
92    <Compile Include="SimilarityCalculator.cs" />
93    <Compile Include="Knapsack\KnapsackSimilarityCalculator.cs" />
94    <Compile Include="Knapsack\KnapsackMultipleGuidesPathRelinker.cs" />
95    <Compile Include="Knapsack\KnapsackSimultaneousPathRelinker.cs" />
96    <Compile Include="Knapsack\KnapsackPathRelinker.cs" />
97    <Compile Include="TestFunctions\TestFunctionsPathRelinker.cs" />
98    <Compile Include="TestFunctions\TestFunctionsSimilarityCalculator.cs" />
99    <Compile Include="TestFunctions\TestFunctionsImprovementOperator.cs" />
100    <Compile Include="TravelingSalesman\TravelingSalesmanMultipleGuidesPathRelinker.cs" />
101    <Compile Include="TravelingSalesman\TravelingSalesmanSimultaneousPathRelinker.cs" />
102    <Compile Include="TravelingSalesman\TravelingSalesmanPathRelinker.cs" />
103    <Compile Include="PathRelinker.cs" />
104    <Compile Include="OffspringProcessor.cs" />
105    <Compile Include="TravelingSalesman\TravelingSalesmanSimilarityCalculator.cs" />
106    <Compile Include="TravelingSalesman\TravelingSalesmanImprovementOperator.cs" />
107    <None Include="HeuristicLab.snk" />
108    <None Include="Plugin.cs.frame" />
109    <Compile Include="Plugin.cs" />
110    <Compile Include="Properties\AssemblyInfo.cs" />
111    <None Include="Properties\AssemblyInfo.cs.frame" />
112    <Compile Include="ReferenceSetUpdateMethod.cs" />
113    <Compile Include="PopulationRebuildMethod.cs" />
114    <Compile Include="ScatterSearch.cs" />
115    <Compile Include="Knapsack\KnapsackImprovementOperator.cs" />
116    <Compile Include="ScatterSearchMainLoop.cs" />
117    <Compile Include="SolutionPoolUpdateMethod.cs" />
118  </ItemGroup>
119  <ItemGroup />
120  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121  <PropertyGroup>
122    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
123set ProjectDir=$(ProjectDir)
124set SolutionDir=$(SolutionDir)
125set Outdir=$(Outdir)
126
127call PreBuildEvent.cmd
128</PreBuildEvent>
129  </PropertyGroup>
130  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131       Other similar extension points exist, see Microsoft.Common.targets.
132  <Target Name="BeforeBuild">
133  </Target>
134  <Target Name="AfterBuild">
135  </Target>
136  -->
137</Project>
Note: See TracBrowser for help on using the repository browser.