- Timestamp:
- 05/01/11 15:50:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs
r6086 r6089 270 270 private void InitializeOperators() { 271 271 Operators.AddRange(ApplicationManager.Manager.GetInstances<IPermutationOperator>()); 272 Operators.RemoveAll(x => x is ISingleObjectiveMoveEvaluator); 273 Operators.AddRange(ApplicationManager.Manager.GetInstances<IQAPMoveEvaluator>()); 272 274 Operators.Add(new BestQAPSolutionAnalyzer()); 273 275 Operators.Add(new QAPAlleleFrequencyAnalyzer());
Note: See TracChangeset
for help on using the changeset viewer.