Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/02/12 18:08:52 (12 years ago)
Author:
abeham
Message:

#1775:

  • Updated documentation and error messages
  • Added an extra base class to unify the implementation of the round methods
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Creators/UniformRandomIntegerVectorCreator.cs

    r8019 r8184  
    4646    /// <param name="random">The random number generator.</param>
    4747    /// <param name="length">The length of the int vector.</param>
    48     /// <param name="min">The minimum value of the sampling range for each vector element (inclusive).</param>
    49     /// <param name="max">The maximum value of the sampling range for each vector element (exclusive).</param>
     48    /// <param name="bounds">A matrix containing the inclusive lower and inclusive upper bound in the first and second column and a step size in the third column.
     49    /// Each line represents the bounds for a certain dimension. If fewer lines are given, the lines are cycled.</param>
    5050    /// <returns>The newly created integer vector.</returns>
    5151    public static IntegerVector Apply(IRandom random, int length, IntMatrix bounds) {
Note: See TracChangeset for help on using the changeset viewer.