- Timestamp:
- 06/25/15 18:21:19 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.LawnMower (added) merged: 12504
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.LawnMower/3.3/Problem.cs
r12422 r12515 33 33 namespace HeuristicLab.Problems.LawnMower { 34 34 [StorableClass] 35 [Creatable( "Problems")]35 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 160)] 36 36 [Item("Lawn Mower Problem", "The lawn mower demo problem for genetic programming.")] 37 37 public class Problem : SingleObjectiveHeuristicOptimizationProblem<Evaluator, ISymbolicExpressionTreeCreator> { … … 90 90 GrammarParameter.Value.MaximumFunctionArguments = MaxArgumentDefinitionsParameter.Value.Value; 91 91 92 InitializeOperators(); 92 InitializeOperators(); 93 93 RegisterEventHandlers(); 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.