Changeset 129 for trunk/sources/HeuristicLab.StructureIdentification
- Timestamp:
- 04/18/08 14:11:17 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs
r128 r129 42 42 public EarlyStoppingMeanSquaredErrorEvaluator() 43 43 : base() { 44 AddVariableInfo(new VariableInfo("QualityLimit", "The upper limit of the MSE which is used as early stopping criterion.", typeof(DoubleData), VariableKind. New));44 AddVariableInfo(new VariableInfo("QualityLimit", "The upper limit of the MSE which is used as early stopping criterion.", typeof(DoubleData), VariableKind.In)); 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.