|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.util.sequence.Uniform
public class Uniform
Generates sequences using a uniform random distribution.
| Constructor Summary | |
|---|---|
Uniform()
Constructs a uniform random sequence generator. |
|
| Method Summary | |
|---|---|
double[][] |
generate(int N,
int D)
Returns a N x D matrix of real numbers in the range [0,
1]. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Uniform()
| Method Detail |
|---|
public double[][] generate(int N,
int D)
SequenceN x D matrix of real numbers in the range [0,
1].
generate in interface SequenceN - the number of sample pointsD - the dimension of each sample point
N x D matrix of real numbers in the range [0,
1]
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||