Changeset 3262 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 04/04/10 05:22:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r3201 r3262 182 182 } 183 183 184 p rotected override void OnPrepared() {185 base. OnPrepared();184 public override void Prepare() { 185 base.Prepare(); 186 186 if (Engine != null) { 187 187 if (Problem == null || MoveGenerator == null || MoveMaker == null || MoveEvaluator == null)
Note: See TracChangeset
for help on using the changeset viewer.