Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 01:08:34 (13 years ago)
Author:
abeham
Message:

#1040

  • Merged NSGA-II into trunk
  • Ranking and crowding operators moved to HeuristicLab.Optimization.Operators
  • CrowdedTournamentSelector moved to HeuristicLab.Selection
  • Pareto front analyzer moved to HeuristicLab.Analysis with a base class should there be more (as discussed with swagner and mkommend)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj

    r4477 r5143  
    103103  </ItemGroup>
    104104  <ItemGroup>
     105    <Compile Include="MultiObjective\CrowdedComparisonSorter.cs" />
     106    <Compile Include="MultiObjective\CrowdingDistanceAssignment.cs" />
     107    <Compile Include="ParentCopyCrossover.cs" />
     108    <Compile Include="MultiObjective\FastNonDominatedSort.cs" />
     109    <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" />
    105110    <Compile Include="UserDefinedCrossover.cs" />
    106111    <Compile Include="UserDefinedEvaluator.cs" />
     
    167172      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    168173    </ProjectReference>
     174    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
     175      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
     176      <Name>HeuristicLab.Selection-3.3</Name>
     177    </ProjectReference>
    169178  </ItemGroup>
    170179  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.