Changeset 6088 for trunk/sources
- Timestamp:
- 05/01/11 15:49:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs
r6042 r6088 235 235 private void InitializeOperators() { 236 236 Operators.AddRange(ApplicationManager.Manager.GetInstances<IPermutationOperator>()); 237 Operators.RemoveAll(x => x is ISingleObjectiveMoveEvaluator); 238 Operators.AddRange(ApplicationManager.Manager.GetInstances<IQAPMoveEvaluator>()); 237 239 Operators.Add(new BestQAPSolutionAnalyzer()); 238 240 ParameterizeAnalyzers();
Note: See TracChangeset
for help on using the changeset viewer.