Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 01:08:34 (14 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)
Location:
trunk/sources/HeuristicLab.Optimization.Operators/3.3
Files:
6 added
2 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>
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLabOptimizationOperatorsPlugin.cs.frame

    r4865 r5143  
    3636  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3737  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     38  [PluginDependency("HeuristicLab.Selection", "3.3")]
    3839  public class HeuristicLabOptimizationOperatorsPlugin : PluginBase {
    3940  }
Note: See TracChangeset for help on using the changeset viewer.