Free cookie consent management tool by TermsFeed Policy Generator

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

#2495

  • Renamed ClockwiseMigrationDirection ClockwiseMigration.
  • Removed access property.
  • Updated documentation comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs

    r13094 r13109  
    343343        // Set the migration direction to counterclockwise
    344344        var unidirectionalRing = migrator as UnidirectionalRingMigrator;
    345         if (unidirectionalRing != null) unidirectionalRing.ClockwiseMigrationDirection = new BoolValue(false);
     345        if (unidirectionalRing != null) unidirectionalRing.ClockwiseMigrationParameter.Value = new BoolValue(false);
    346346        MigratorParameter.ValidValues.Add(migrator);
    347347      }
Note: See TracChangeset for help on using the changeset viewer.