Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/15 12:53:48 (9 years ago)
Author:
pfleck
Message:

#2350

  • Created base class Alps which manages ALPS specific parameters, events and parameterization.
  • Created empty AlpsGeneticAlgorithm.
  • Removed code from AlpsGeneticAlgorithm because the base class handles this now.
  • Created AgingSchemeCalculator to separate calculating of the age-limits from the algorithms.
  • ShiftToRightMigrator does no longer implement IMigrator to avoid conflicts with IslandGA.
File:
1 edited

Legend:

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

    r12018 r12119  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Operators;
    27 using HeuristicLab.Optimization;
    2827using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2928
     
    3130  [Item("ShiftToRightMigrator", "Migrates the selected sub scopes by shifting them to the next(right) subscope.")]
    3231  [StorableClass]
    33   public sealed class ShiftToRightMigrator : SingleSuccessorOperator, IMigrator {
     32  public sealed class ShiftToRightMigrator : SingleSuccessorOperator/*, IMigrator*/ {
    3433
    3534    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.