Changeset 2340 for branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.LinearRegression/3.2
- Timestamp:
- 09/07/09 18:55:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.LinearRegression/3.2/LinearRegression.cs
r2328 r2340 125 125 injector.AddVariable(new HeuristicLab.Core.Variable("PunishmentFactor", new DoubleData(1000))); 126 126 injector.AddVariable(new HeuristicLab.Core.Variable("TotalEvaluatedNodes", new DoubleData(0))); 127 injector.AddVariable(new HeuristicLab.Core.Variable("UseEstimatedTargetValue", new BoolData(false)));128 127 129 128 return injector;
Note: See TracChangeset
for help on using the changeset viewer.