Changeset 13109 for trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm
- Timestamp:
- 11/03/15 15:17:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs ΒΆ
r13094 r13109 343 343 // Set the migration direction to counterclockwise 344 344 var unidirectionalRing = migrator as UnidirectionalRingMigrator; 345 if (unidirectionalRing != null) unidirectionalRing.ClockwiseMigration Direction= new BoolValue(false);345 if (unidirectionalRing != null) unidirectionalRing.ClockwiseMigrationParameter.Value = new BoolValue(false); 346 346 MigratorParameter.ValidValues.Add(migrator); 347 347 }
Note: See TracChangeset
for help on using the changeset viewer.