Changeset 3274 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 04/06/10 01:57:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r3265 r3274 182 182 } 183 183 184 public override void Prepare( ) {184 public override void Prepare(bool clearResults) { 185 185 if (Problem != null && MoveGenerator != null && MoveMaker != null && MoveEvaluator != null) 186 base.Prepare( );186 base.Prepare(clearResults); 187 187 } 188 188
Note: See TracChangeset
for help on using the changeset viewer.