Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/27/11 12:01:10 (13 years ago)
Author:
abeham
Message:

#1663

  • Added hiding of Maximization parameter
  • Fixed AfterDeserializationHook in KnapsackProblem
  • Ported ArtificialAntProblem to use the SingleObjectiveHeuristicOptimizationProblem base class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs

    r6938 r6939  
    9999      Parameters.Add(new ValueParameter<IntValue>("ProblemSize", "The dimension of the problem.", new IntValue(2)));
    100100      Parameters.Add(new OptionalValueParameter<RealVector>("BestKnownSolution", "The best known solution for this test function instance."));
     101
     102      Maximization.Value = Evaluator.Maximization;
     103      BestKnownQuality.Value = Evaluator.BestKnownQuality;
    101104
    102105      strategyVectorCreator = new StdDevStrategyVectorCreator();
Note: See TracChangeset for help on using the changeset viewer.