Changeset 5177 for branches/ParallelEngine/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/SASEGASAMainLoop.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/SASEGASAMainLoop.cs
r4722 r5177 447 447 } 448 448 449 public override IOperation Apply( ) {449 public override IOperation Apply(IExecutionContext context) { 450 450 if (CrossoverParameter.ActualValue == null) 451 451 return null; 452 return base.Apply( );452 return base.Apply(context); 453 453 } 454 454 }
Note: See TracChangeset
for help on using the changeset viewer.