Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/20 16:21:55 (4 years ago)
Author:
abeham
Message:

#2521:

  • Moving solution creator parameter from problems to algorithms (breaking wiring in some HeuristicOptimizationProblems)
  • Disallowing evaluator or encoding changes in encoding-specific base problems (to avoid confusion in derived problems whether this needs to be handled or not)
  • Added private set to ReferenceParameter property (serialization)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs

    r17533 r17695  
    5656    }
    5757
    58     protected override void OnEncodingChanged() {
    59       base.OnEncodingChanged();
    60       Encoding.ConfigureOperators(Operators);
    61     }
    62 
    6358    public override ISingleObjectiveEvaluationResult Evaluate(Permutation tour, IRandom random, CancellationToken cancellationToken) {
    6459      var quality = Evaluate(tour, ProbabilisticTSPData, cancellationToken);
Note: See TracChangeset for help on using the changeset viewer.