Changeset 12504 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 06/25/15 10:30:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.4/ArtificialAntProblem.cs
r12422 r12504 35 35 namespace HeuristicLab.Problems.ArtificialAnt { 36 36 [Item("Artificial Ant Problem", "Represents the Artificial Ant problem.")] 37 [Creatable( "Problems")]37 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)] 38 38 [StorableClass] 39 39 public sealed class ArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<Evaluator, ISymbolicExpressionTreeCreator>, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.