Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 10:54:00 (9 years ago)
Author:
mkommend
Message:

#2249: Removed BestScopeSolutionAnalyzer.BestKnownSolution parameter wiring in ExternalEvaluationProblem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluationProblem.cs

    r11171 r11616  
    240240      BestScopeSolutionAnalyzer.QualityParameter.ActualName = Evaluator.QualityParameter.ActualName;
    241241      BestScopeSolutionAnalyzer.BestKnownQualityParameter.ActualName = BestKnownQualityParameter.Name;
    242       BestScopeSolutionAnalyzer.BestKnownSolutionParameter.ActualName = BestKnownSolutionParameter.Name;
    243242      BestScopeSolutionAnalyzer.MaximizationParameter.ActualName = MaximizationParameter.Name;
    244243    }
Note: See TracChangeset for help on using the changeset viewer.