Changeset 3262 for trunk/sources/HeuristicLab.Algorithms.TabuSearch
- Timestamp:
- 04/04/10 05:22:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearch.cs
r3232 r3262 176 176 } 177 177 178 p rotected override void OnPrepared() {179 base. OnPrepared();178 public override void Prepare() { 179 base.Prepare(); 180 180 if (Engine != null) { 181 181 if (Problem == null || MoveGenerator == null || MoveMaker == null || MoveEvaluator == null
Note: See TracChangeset
for help on using the changeset viewer.