Changeset 5177 for branches/ParallelEngine/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithmMainLoop.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithmMainLoop.cs
r4722 r5177 437 437 } 438 438 439 public override IOperation Apply( ) {439 public override IOperation Apply(IExecutionContext context) { 440 440 if (CrossoverParameter.ActualValue == null) 441 441 return null; 442 return base.Apply( );442 return base.Apply(context); 443 443 } 444 444 }
Note: See TracChangeset
for help on using the changeset viewer.