- Timestamp:
- 07/02/12 18:08:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Creators/UniformRandomIntegerVectorCreator.cs
r8019 r8184 46 46 /// <param name="random">The random number generator.</param> 47 47 /// <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> 50 50 /// <returns>The newly created integer vector.</returns> 51 51 public static IntegerVector Apply(IRandom random, int length, IntMatrix bounds) {
Note: See TracChangeset
for help on using the changeset viewer.