Changeset 13297 for stable/HeuristicLab.Problems.GrammaticalEvolution
- Timestamp:
- 11/19/15 13:35:44 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13238-13239
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.GrammaticalEvolution
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.GrammaticalEvolution merged: 13238-13239
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs
r13281 r13297 35 35 36 36 namespace HeuristicLab.Problems.GrammaticalEvolution { 37 [Item("Grammatical Evolution Artificial Ant Problem ", "Represents the Artificial Ant problem, implemented in Grammatical Evolution.")]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 39 [StorableClass] -
stable/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/GESymbolicRegressionSingleObjectiveProblem.cs
r12504 r13297 34 34 35 35 namespace HeuristicLab.Problems.GrammaticalEvolution { 36 [Item("Grammatical Evolution Symbolic Regression Problem ( single objective)",36 [Item("Grammatical Evolution Symbolic Regression Problem (GE)", 37 37 "Represents grammatical evolution for single objective symbolic regression problems.")] 38 38 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.