Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/11 01:56:25 (13 years ago)
Author:
abeham
Message:

#1330

  • Added Swap2 move to permutation (+tabu search operators)
  • Added move evaluators for QAP (translocation/insertion missing)
  • Merged trunk-changes from Optimization into QAP branch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj

    r5723 r5785  
    117117      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    118118    </Reference>
    119     <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
    120       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
    121     </Reference>
    122119    <Reference Include="HeuristicLab.Operators-3.3">
    123120      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     
    139136  <ItemGroup>
    140137    <Compile Include="Analyzers\BestQAPSolutionAnalyzer.cs" />
     138    <Compile Include="Evaluators\QAPSwapMoveEvaluator.cs" />
    141139    <Compile Include="Evaluators\QAPEvaluator.cs" />
     140    <Compile Include="Evaluators\QAPInversionMoveEvaluator.cs" />
     141    <Compile Include="Evaluators\QAPMoveEvaluator.cs" />
    142142    <Compile Include="Interfaces\IQAPEvaluator.cs" />
     143    <Compile Include="Interfaces\IQAPMoveEvaluator.cs" />
    143144    <Compile Include="Parsers\QAPLIBSolutionParser.cs" />
    144145    <Compile Include="Parsers\QAPLIBParser.cs" />
     
    409410  </ItemGroup>
    410411  <ItemGroup>
     412    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     413      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
     414      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     415    </ProjectReference>
    411416    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    412417      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
Note: See TracChangeset for help on using the changeset viewer.