Changeset 12931 for branches/crossvalidation-2434/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt
- Timestamp:
- 09/02/15 13:16:18 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.GrammaticalEvolution
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.GrammaticalEvolution (added) merged: 12915-12916
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs
r12504 r12931 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.