|
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.LatinHypercube
public class LatinHypercube
Generates sequences using Latin hypercube sampling (LHS). Each axis is
divided into N stripes and exactly one point may exist in each
stripe.
References:
| Constructor Summary | |
|---|---|
LatinHypercube()
Constructs a Latin hypercube 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 LatinHypercube()
| 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 | |||||