Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6629


Ignore:
Timestamp:
08/04/11 10:39:40 (13 years ago)
Author:
abeham
Message:

#1050

  • changed description
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Manipulators/BreederGeneticAlgorithmManipulator.cs

    r5445 r6629  
    5252    public BreederGeneticAlgorithmManipulator()
    5353      : base() {
    54       Parameters.Add(new ValueLookupParameter<DoubleValue>("SearchIntervalFactor", "The factor determining the size of the search interval, that will be added/removed to/from the allele selected for manipulation. E.g. a value of 0.1 means 10% of the range will be maximally added/removed.", new DoubleValue(0.1)));
     54      Parameters.Add(new ValueLookupParameter<DoubleValue>("SearchIntervalFactor", @"Scales the manipulation strength as a factor of the range. The range is determined by the bounds interval.
     55A value of 0.1 means that certain components of the vector are moved by values in the non-uniform interval [0;0.1*range].", new DoubleValue(0.1)));
    5556    }
    5657
Note: See TracChangeset for help on using the changeset viewer.