- Timestamp:
- 07/16/09 14:23:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/Constant.cs
r1618 r2166 44 44 GetVariableInfo(VALUE).Local = true; 45 45 46 ConstrainedDoubleData valueData = new ConstrainedDoubleData();46 DoubleData valueData = new DoubleData(); 47 47 // initialize a default range for the contant value 48 valueData.AddConstraint(new DoubleBoundedConstraint(-20.0, 20.0));49 48 HeuristicLab.Core.Variable value = new HeuristicLab.Core.Variable(VALUE, valueData); 50 49 AddVariable(value);
Note: See TracChangeset
for help on using the changeset viewer.