Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/08 14:11:17 (17 years ago)
Author:
gkronber
Message:

fixed variable type of QualityLimit for the early stopping MSE-evaluator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs

    r128 r129  
    4242    public EarlyStoppingMeanSquaredErrorEvaluator()
    4343      : 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));
    4545    }
    4646
Note: See TracChangeset for help on using the changeset viewer.