Changeset 5177 for branches/ParallelEngine/HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategyMainLoop.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategyMainLoop.cs
r4722 r5177 274 274 } 275 275 276 public override IOperation Apply( ) {276 public override IOperation Apply(IExecutionContext context) { 277 277 if (MutatorParameter.ActualValue == null) 278 278 return null; 279 return base.Apply( );279 return base.Apply(context); 280 280 } 281 281 }
Note: See TracChangeset
for help on using the changeset viewer.