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

    r6938 r6939  
    7777      : base(new OneMaxEvaluator(), new RandomBinaryVectorCreator()) {
    7878      Parameters.Add(new ValueParameter<IntValue>("Length", "The length of the BinaryVector.", new IntValue(5)));
     79
     80      Maximization.Value = true;
     81      MaximizationParameter.Hidden = true;
    7982      BestKnownQuality.Value = 5;
    8083
Note: See TracChangeset for help on using the changeset viewer.