- Timestamp:
- 11/18/15 09:32:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs
r13233 r13238 36 36 37 37 namespace HeuristicLab.Problems.GrammaticalEvolution { 38 [Item("Grammatical Evolution Artificial Ant Problem ", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")]38 [Item("Grammatical Evolution Artificial Ant Problem (GE)", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")] 39 39 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)] 40 40 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.