Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/09 14:23:36 (15 years ago)
Author:
gkronber
Message:

Removed range constraint on GP variable weights and constant values. #710

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/Constant.cs

    r1618 r2166  
    4444      GetVariableInfo(VALUE).Local = true;
    4545
    46       ConstrainedDoubleData valueData = new ConstrainedDoubleData();
     46      DoubleData valueData = new DoubleData();
    4747      // initialize a default range for the contant value
    48       valueData.AddConstraint(new DoubleBoundedConstraint(-20.0, 20.0));
    4948      HeuristicLab.Core.Variable value = new HeuristicLab.Core.Variable(VALUE, valueData);
    5049      AddVariable(value);
Note: See TracChangeset for help on using the changeset viewer.