Changeset 3199 for trunk/sources/HeuristicLab.Problems.TravelingSalesman
- Timestamp:
- 03/23/10 02:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs
r3159 r3199 294 294 private void InitializeOperators() { 295 295 operators = new List<IPermutationOperator>(); 296 if (ApplicationManager.Manager != null) { 297 operators.AddRange(ApplicationManager.Manager.GetInstances<IPermutationOperator>()); 298 ParameterizeOperators(); 299 } 296 if (ApplicationManager.Manager != null) operators.AddRange(ApplicationManager.Manager.GetInstances<IPermutationOperator>()); 297 ParameterizeOperators(); 300 298 InitializeMoveGenerators(); 301 299 }
Note: See TracChangeset
for help on using the changeset viewer.