- Timestamp:
- 11/19/15 11:39:43 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12911-12912,12915-12918
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.GrammaticalEvolution
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.GrammaticalEvolution merged: 12915-12916
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs
r12708 r13279 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.