Changeset 3715 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 05/08/10 03:58:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs
r3626 r3715 215 215 #endregion 216 216 } 217 218 public override IOperation Apply() { 219 if (MoveGeneratorParameter.ActualValue == null || MoveEvaluatorParameter.ActualValue == null || MoveMakerParameter.ActualValue == null) 220 return null; 221 return base.Apply(); 222 } 217 223 } 218 224 }
Note: See TracChangeset
for help on using the changeset viewer.