MOEA Framework 2.5
API Specification

org.moeaframework.util.sequence
Interface Sequence

All Known Implementing Classes:
LatinHypercube, Saltelli, Sobol, Uniform

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

generate

double[][] generate(int N,
                    int D)
Returns a N x D matrix of real numbers in the range [0, 1].

Parameters:
N - the number of sample points
D - the dimension of each sample point
Returns:
a N x D matrix of real numbers in the range [0, 1]

MOEA Framework 2.5
API Specification

Copyright 2009-2015 MOEA Framework. All rights reserved.
Licensed under the GNU Lesser General Public License.
Return to the MOEA Framework homepage. Hosted by Get MOEA Framework at SourceForge.net. Fast, secure and Free Open Source software downloads