- Timestamp:
- 11/03/15 15:17:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithm.cs
r13094 r13109 409 409 // Set the migration direction to counterclockwise 410 410 var unidirectionalRing = migrator as UnidirectionalRingMigrator; 411 if (unidirectionalRing != null) unidirectionalRing.ClockwiseMigration Direction= new BoolValue(false);411 if (unidirectionalRing != null) unidirectionalRing.ClockwiseMigrationParameter.Value = new BoolValue(false); 412 412 MigratorParameter.ValidValues.Add(migrator); 413 413 }
Note: See TracChangeset
for help on using the changeset viewer.