Changeset 12931 for branches/crossvalidation-2434/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic
- 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/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs
r12504 r12931 37 37 "Represents grammatical evolution for single objective symbolic regression problems.")] 38 38 [StorableClass] 39 [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 180)]40 39 public class GESymbolicRegressionSingleObjectiveProblem : GESymbolicDataAnalysisSingleObjectiveProblem<IRegressionProblemData, IGESymbolicRegressionSingleObjectiveEvaluator, IIntegerVectorCreator>, 41 40 IRegressionProblem {
Note: See TracChangeset
for help on using the changeset viewer.