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