Changeset 5177 for branches/ParallelEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithmMainLoop.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithmMainLoop.cs
r4722 r5177 219 219 } 220 220 221 public override IOperation Apply( ) {221 public override IOperation Apply(IExecutionContext context) { 222 222 if (CrossoverParameter.ActualValue == null) 223 223 return null; 224 return base.Apply( );224 return base.Apply(context); 225 225 } 226 226 }
Note: See TracChangeset
for help on using the changeset viewer.