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