Changeset 7442 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 02/02/12 08:40:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs
r7351 r7442 174 174 Maximization.Value = true; 175 175 MaximizationParameter.Hidden = true; 176 BestKnownQuality .Value = 89;176 BestKnownQuality = new DoubleValue(89); 177 177 SolutionCreator.SymbolicExpressionTreeParameter.ActualName = "AntTrailSolution"; 178 178 ((ProbabilisticTreeCreator)SolutionCreator).SymbolicExpressionTreeGrammarParameter.ActualName = "ArtificialAntExpressionGrammar";
Note: See TracChangeset
for help on using the changeset viewer.