Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/15 17:10:35 (9 years ago)
Author:
pfleck
Message:

#2269

  • Added the possibility of continuous reseeding (percentage based reseeding of layer 0).
  • Restructured operator graph.
  • Deleted LayerUpdator (replaced by LayerOpener`)
  • Deleted LayerSorter.
  • Moved preparing of GeneticAlgorithmMainLoop to AlpsGeneticAlgorithmMainOperator.
File:
1 edited

Legend:

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

    r13079 r13095  
    132132  </ItemGroup>
    133133  <ItemGroup>
     134    <Compile Include="AlpsGeneticAlgorithmMainOperator.cs" />
     135    <Compile Include="LayerOpener.cs" />
     136    <Compile Include="LayerReseeder.cs" />
    134137    <Compile Include="WeightingReducer.cs" />
    135138    <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" />
     
    142145    <Compile Include="EldersSelector.cs" />
    143146    <Compile Include="LayerCreator.cs" />
    144     <Compile Include="LayerSorter.cs" />
    145     <Compile Include="LayerUpdator.cs" />
    146147    <Compile Include="MatingPoolCreator.cs" />
    147148    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.