Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/21/15 17:42:18 (9 years ago)
Author:
pfleck
Message:

#2269

  • Changed the age type from int to double.
  • Changed EldersSelector to make use of a ScopeTreeLookupParameter.
  • Removed unused operators in LayerUpdator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs

    r12999 r13046  
    344344      initializeLayerPopulationSize.Successor = initializeLocalEvaluatedSolutions;
    345345
    346       initializeAge.CollectedValues.Add(new ValueParameter<IntValue>("Age", new IntValue(0)));
     346      initializeAge.CollectedValues.Add(new ValueParameter<DoubleValue>("Age", new DoubleValue(0)));
    347347      initializeAge.Successor = null;
    348348
Note: See TracChangeset for help on using the changeset viewer.