Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 02:43:59 (14 years ago)
Author:
swagner
Message:

Fixed and updated GeneticAlgorithmPerformanceTest (#945).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs

    r3159 r3199  
    294294    private void InitializeOperators() {
    295295      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();
    300298      InitializeMoveGenerators();
    301299    }
Note: See TracChangeset for help on using the changeset viewer.