- Timestamp:
- 06/25/15 10:30:06 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs
r12012 r12504 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( "Problems")]42 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 170)] 43 43 [StorableClass] 44 44 public sealed class GEArtificialAntProblem : SingleObjectiveHeuristicOptimizationProblem<GEArtificialAntEvaluator, IIntegerVectorCreator>, IStorableContent { -
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs
r12012 r12504 37 37 "Represents grammatical evolution for single objective symbolic regression problems.")] 38 38 [StorableClass] 39 [Creatable( "Problems")]39 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 180)] 40 40 public class GESymbolicRegressionSingleObjectiveProblem : GESymbolicDataAnalysisSingleObjectiveProblem<IRegressionProblemData, IGESymbolicRegressionSingleObjectiveEvaluator, IIntegerVectorCreator>, 41 41 IRegressionProblem {
Note: See TracChangeset
for help on using the changeset viewer.