Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/12 02:01:25 (13 years ago)
Author:
abeham
Message:

#1614

  • Added shaking operator based on n-moves
  • Added pareto analyzer regarding flowdistance and installation qualities
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj

    r7412 r7418  
    7070      <Private>False</Private>
    7171    </Reference>
     72    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7273    <Reference Include="HeuristicLab.Parameters-3.3">
    7374      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     
    8990  <ItemGroup>
    9091    <Compile Include="Analyzers\BestGQAPSolutionAnalyzer.cs" />
     92    <Compile Include="Analyzers\GQAPSolutionArchiveAnalyzer.cs" />
    9193    <Compile Include="Evaluators\GQAPNMoveEvaluator.cs" />
    9294    <Compile Include="GQAPAssignment.cs" />
     
    9496    <Compile Include="Evaluators\GQAPEvaluator.cs" />
    9597    <Compile Include="GeneralizedQuadraticAssignmentProblem.cs" />
     98    <Compile Include="GQAPAssignmentArchive.cs" />
    9699    <Compile Include="GQAPIntegerVectorProximityCalculator.cs" />
     100    <Compile Include="GQAPSolution.cs" />
    97101    <Compile Include="Interfaces\IGQAPMerger.cs" />
    98102    <Compile Include="Interfaces\IGQAPNMoveEvaluator.cs" />
     
    122126    <Compile Include="Operators\GQAPSolutionCreator.cs" />
    123127    <Compile Include="Operators\GreedyRandomizedSolutionCreator.cs" />
     128    <Compile Include="Operators\NMoveShakingOperator.cs" />
    124129    <Compile Include="Operators\QualitySimilarityMerger.cs" />
    125130    <Compile Include="Operators\RandomSolutionCreator.cs" />
Note: See TracChangeset for help on using the changeset viewer.