Changeset 3189 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 03/23/10 00:07:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r3187 r3189 181 181 } 182 182 183 protected override void OnPrepared() { 184 base.OnPrepared(); 185 if (Engine != null) { 186 if (Problem == null || MoveGenerator == null || MoveMaker == null || MoveEvaluator == null) 187 Engine.Prepare(null); 188 } 189 } 190 183 191 #region Events 184 192 protected override void OnProblemChanged() {
Note: See TracChangeset
for help on using the changeset viewer.