Changeset 5098
- Timestamp:
- 12/14/10 13:32:31 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/SymbolicRegressionProblem.cs
r4722 r5098 87 87 Parameters.Add(new ValueParameter<ISymbolicRegressionEvaluator>("Evaluator", "The operator which should be used to evaluate symbolic regression solutions.", evaluator)); 88 88 Parameters.Add(new OptionalValueParameter<DoubleValue>("BestKnownQuality", "The minimal error value that reached by symbolic regression solutions for the problem.")); 89 90 evaluator.QualityParameter.ActualName = "TrainingPearsonR2";91 89 92 90 InitializeOperators(); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/SymbolicRegressionProblemBase.cs
r5014 r5098 175 175 Parameters.Add(new ValueParameter<IntValue>("MaxFunctionArguments", "Maximal number of arguments of automatically defined functions.", (IntValue)new IntValue(0).AsReadOnly())); 176 176 177 creator.SymbolicExpressionTreeParameter.ActualName = "SymbolicRegressionModel";178 179 177 ParameterizeSolutionCreator(); 180 178
Note: See TracChangeset
for help on using the changeset viewer.