Changeset 3715 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 05/08/10 03:58:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategyMainLoop.cs
r3659 r3715 268 268 #endregion 269 269 } 270 271 public override IOperation Apply() { 272 if (MutatorParameter.ActualValue == null) 273 return null; 274 return base.Apply(); 275 } 270 276 } 271 277 }
Note: See TracChangeset
for help on using the changeset viewer.