Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/17 13:45:50 (7 years ago)
Author:
abeham
Message:

#2706:

  • Added or updated similarity calculators and population similarity analysis for several problems (BinPacking, LAP, Orienteering, Parameter optimization, PTSP, QAP, TF, TSP, VRP)
  • Made TSPSimilarityCalculator obsolete since it's essentially the same as the one in the permutation plugin
  • Made QAPPopulationDiversityAnalyzer obsolete as it is replaced by the newer PopulationSimilarityAnalyzer
  • Removed genotype specific similarity code in QAPPermutationProximityCalculator (again identical to the permutation plugin)
  • Changed QAPSimilarityCalculator to perform phenotype similarity instead of genotype similarity (has not been previously used)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ParameterOptimization/3.3/HeuristicLab.Problems.ParameterOptimization-3.3.csproj

    r11623 r15069  
    104104  </ItemGroup>
    105105  <ItemGroup>
     106    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     107      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     108      <Name>HeuristicLab.Analysis-3.3</Name>
     109      <Private>False</Private>
     110    </ProjectReference>
    106111    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    107112      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    108113      <Name>HeuristicLab.Collections-3.3</Name>
     114      <Private>False</Private>
    109115    </ProjectReference>
    110116    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     
    131137      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    132138      <Name>HeuristicLab.Operators-3.3</Name>
     139      <Private>False</Private>
     140    </ProjectReference>
     141    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
     142      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
     143      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    133144      <Private>False</Private>
    134145    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.