Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/02/12 08:40:28 (12 years ago)
Author:
abeham
Message:

#1770

  • removed protected modifier from Maximization.Set and BestKnownQuality.Set
  • fixed some parts that expected a default value
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs

    r7351 r7442  
    174174      Maximization.Value = true;
    175175      MaximizationParameter.Hidden = true;
    176       BestKnownQuality.Value = 89;
     176      BestKnownQuality = new DoubleValue(89);
    177177      SolutionCreator.SymbolicExpressionTreeParameter.ActualName = "AntTrailSolution";
    178178      ((ProbabilisticTreeCreator)SolutionCreator).SymbolicExpressionTreeGrammarParameter.ActualName = "ArtificialAntExpressionGrammar";
Note: See TracChangeset for help on using the changeset viewer.