|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface Sequence
Interface for generating a sequence of real numbers. The nature of the sequence is specific to the implementation; generated sequences may be deterministic or stochastic, uniform or non-uniform, etc. Refer to the implementing class' documentation for details.
| Method Summary | |
|---|---|
double[][] |
generate(int N,
int D)
Returns a N x D matrix of real numbers in the range [0,
1]. |
| Method Detail |
|---|
double[][] generate(int N,
int D)
N x D matrix of real numbers in the range [0,
1].
N - 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 | |||||