Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs
r13368 r14711 37 37 [Item("Grammatical Evolution Artificial Ant Problem (GE)", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")] 38 38 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)] 39 [Storable Class("28629CF5-03E8-4A32-AAC6-A6AD699B5F04")]39 [StorableType("28629CF5-03E8-4A32-AAC6-A6AD699B5F04")] 40 40 public sealed class GEArtificialAntProblem : SingleObjectiveBasicProblem<IntegerVectorEncoding>, IStorableContent { 41 41 public string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.