- Timestamp:
- 08/27/15 10:24:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs
r12504 r12916 40 40 namespace HeuristicLab.Problems.GrammaticalEvolution { 41 41 [Item("Grammatical Evolution Artificial Ant Problem", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")] 42 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)]43 42 [StorableClass] 44 43 public sealed class GEArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<GEArtificialAntEvaluator, IIntegerVectorCreator>, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.