Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/15 13:18:59 (9 years ago)
Author:
pfleck
Message:

#2269 Added AgeInheritance as own type and value for consistent configuration.

File:
1 edited

Legend:

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

    r12197 r12271  
    246246      ageCalculator.TargetParameter.ActualName = "Age";
    247247      ageCalculator.ReductionOperation.Value = null;
    248       ageCalculator.ReductionOperation.ActualName = "AgeInheritance";
     248      ageCalculator.ReductionOperation.ActualName = "AgeInheritanceReduction";
    249249      ageCalculator.TargetOperation.Value = new ReductionOperation(ReductionOperations.Assign);
    250250      ageCalculator.Successor = crossoverSuccessor;
Note: See TracChangeset for help on using the changeset viewer.