Changeset 12515 for branches/HiveStatistics/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic
- Timestamp:
- 06/25/15 18:21:19 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Problems.GrammaticalEvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.GrammaticalEvolution
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.GrammaticalEvolution (added) merged: 12481,12504
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs
r12012 r12515 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.