Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/15 17:09:44 (8 years ago)
Author:
pfleck
Message:

#2269

  • Instead of hidden execution scope change logic in LayerReseeder, the new ReseedingController makes the scope change more obvious by using an OperatorParameter.
  • Instead of the classes for EldersEmigrator, LayerOpener and LayerReseeder the operator graph is created in the AlpsGeneticAlgorithmMainLoop using CombinedOperator.
File:
1 edited

Legend:

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

    r13095 r13111  
    133133  <ItemGroup>
    134134    <Compile Include="AlpsGeneticAlgorithmMainOperator.cs" />
    135     <Compile Include="LayerOpener.cs" />
    136     <Compile Include="LayerReseeder.cs" />
     135    <Compile Include="ReseedingController.cs" />
    137136    <Compile Include="WeightingReducer.cs" />
    138137    <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" />
     
    142141    <Compile Include="AlpsGeneticAlgorithmMainLoop.cs" />
    143142    <Compile Include="Analyzers\OldestAverageYoungestAgeCalculator.cs" />
    144     <Compile Include="EldersEmigrator.cs" />
    145143    <Compile Include="EldersSelector.cs" />
    146144    <Compile Include="LayerCreator.cs" />
Note: See TracChangeset for help on using the changeset viewer.