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.OneMax/3.3/OnemaxProblem.cs

    r3739 r3789  
    214214    }
    215215    private void ParameterizeAnalyzer() {
     216      BestOneMaxSolutionAnalyzer.MaximizationParameter.ActualName = MaximizationParameter.Name;
     217      BestOneMaxSolutionAnalyzer.BestKnownQualityParameter.ActualName = BestKnownQualityParameter.Name;
    216218      BestOneMaxSolutionAnalyzer.BinaryVectorParameter.ActualName = SolutionCreator.BinaryVectorParameter.ActualName;
    217219      BestOneMaxSolutionAnalyzer.ResultsParameter.ActualName = "Results";
Note: See TracChangeset for help on using the changeset viewer.