Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/20 16:19:00 (4 years ago)
Author:
pfleck
Message:

#3040 Adapted unit test for trunk changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPSymbolicRegressionSampleWithOSTest.cs

    r17180 r17605  
    184184      problem.MaximumFunctionArguments.Value = 0;
    185185
    186       var evaluator = new SymbolicRegressionConstantOptimizationEvaluator();
    187       evaluator.ConstantOptimizationIterations.Value = 5;
     186      var evaluator = new NonlinearLeastSquaresConstantOptimizationEvaluator();
     187      evaluator.ConstantOptimizationIterations = 5;
    188188      problem.EvaluatorParameter.Value = evaluator;
    189189      problem.RelativeNumberOfEvaluatedSamplesParameter.Hidden = true;
Note: See TracChangeset for help on using the changeset viewer.