Free cookie consent management tool by TermsFeed Policy Generator

Changeset 160 for trunk


Ignore:
Timestamp:
04/22/08 20:09:42 (16 years ago)
Author:
gkronber
Message:

corrected variable description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjector.cs

    r131 r160  
    3737    public StructIdProblemInjector()
    3838      : base() {
    39       AddVariableInfo(new VariableInfo("Maximization", "Set to false as structure identification is a minimization problem", typeof(BoolData), VariableKind.New));
     39      AddVariableInfo(new VariableInfo("Maximization", "Set to false as default (for MSE)", typeof(BoolData), VariableKind.New));
    4040      AddVariableInfo(new VariableInfo("Dataset", "Dataset", typeof(Dataset), VariableKind.New));
    4141      AddVariable(new Variable("Dataset", new Dataset()));
Note: See TracChangeset for help on using the changeset viewer.