Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 21:42:26 (14 years ago)
Author:
abeham
Message:

#893

  • Updated wiring of problem specific analyzers
File:
1 edited

Legend:

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

    r3739 r3789  
    334334      BestTSPSolutionAnalyzer.PermutationParameter.ActualName = SolutionCreator.PermutationParameter.ActualName;
    335335      BestTSPSolutionAnalyzer.ResultsParameter.ActualName = "Results";
     336      BestTSPSolutionAnalyzer.BestKnownQualityParameter.ActualName = BestKnownQualityParameter.Name;
     337      BestTSPSolutionAnalyzer.BestKnownSolutionParameter.ActualName = BestKnownSolutionParameter.Name;
     338      BestTSPSolutionAnalyzer.MaximizationParameter.ActualName = MaximizationParameter.Name;
    336339    }
    337340    private void ParameterizeOperators() {
Note: See TracChangeset for help on using the changeset viewer.