Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/01/10 19:35:06 (14 years ago)
Author:
gkronber
Message:

Fixed warnings. #915

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/StrategyParameters/StdDevStrategyVectorManipulator.cs

    r4068 r4545  
    7575    /// <param name="generalLearningRate">The general learning rate dampens the mutation over all dimensions.</param>
    7676    /// <param name="learningRate">The learning rate dampens the mutation in each dimension.</param>
     77    /// <param name="bounds">The minimal and maximal value for each component, bounds are cycled if the length of bounds is smaller than the length of vector</param>
    7778    public static void Apply(IRandom random, RealVector vector, double generalLearningRate, double learningRate, DoubleMatrix bounds) {
    7879      NormalDistributedRandom N = new NormalDistributedRandom(random, 0.0, 1.0);
Note: See TracChangeset for help on using the changeset viewer.