Changeset 10328 for branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic
- Timestamp:
- 01/12/14 20:00:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs
r10276 r10328 38 38 IRegressionProblem { 39 39 private const double PunishmentFactor = 10; 40 private const int InitialMaximumTreeLength = 25;40 private const int InitialMaximumTreeLength = 30; 41 41 private const string EstimationLimitsParameterName = "EstimationLimits"; 42 42 private const string EstimationLimitsParameterDescription
Note: See TracChangeset
for help on using the changeset viewer.