Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/29/17 14:11:04 (7 years ago)
Author:
bwerth
Message:

#2592 removed effectively unused field "rank" from Individual, removed non-dominated sorting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj

    r15045 r15089  
    106106  </ItemGroup>
    107107  <ItemGroup>
     108    <Compile Include="IDominatingArchive.cs" />
    108109    <Compile Include="Indicators\MinimalDistanceIndicator.cs" />
    109110    <Compile Include="Indicators\CrowdingIndicator.cs" />
    110111    <Compile Include="Indicators\HypervolumeIndicator.cs" />
    111112    <Compile Include="IIndicator.cs" />
     113    <Compile Include="Archives\ListArchive.cs" />
    112114    <Compile Include="Individual.cs" />
    113115    <Compile Include="MOCMAEvolutionStrategy.cs" />
     
    116118    <Compile Include="DoubleMatrixHelper.cs" />
    117119  </ItemGroup>
     120  <ItemGroup />
    118121  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    119122  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.