Changeset 160
- Timestamp:
- 04/22/08 20:09:42 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjector.cs
r131 r160 37 37 public StructIdProblemInjector() 38 38 : 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)); 40 40 AddVariableInfo(new VariableInfo("Dataset", "Dataset", typeof(Dataset), VariableKind.New)); 41 41 AddVariable(new Variable("Dataset", new Dataset()));
Note: See TracChangeset
for help on using the changeset viewer.