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/Variable.cs

    r2165 r2166  
    6464      GetVariableInfo(MANIPULATION).Local = false;
    6565
    66       ConstrainedDoubleData weight = new ConstrainedDoubleData();
    67       // initialize a totally arbitrary range for the weight = [-1.0, 1.0]
    68       weight.AddConstraint(new DoubleBoundedConstraint(-1.0, 1.0));
     66      DoubleData weight = new DoubleData();
    6967      AddVariable(new HeuristicLab.Core.Variable(WEIGHT, weight));
    7068
Note: See TracChangeset for help on using the changeset viewer.