public class UniformDistributionOverBox1 extends java.lang.Object implements BuildInitials
| Constructor and Description |
|---|
UniformDistributionOverBox1(int N,
RealInterval... bounds)
Construct a generator to uniformly sample points over a feasible region.
|
| Modifier and Type | Method and Description |
|---|---|
Vector[] |
getInitials()
Generate a set of initial points for optimization.
|
Vector[] |
getInitials(Vector... notused)
Generate a set of initial points for optimization from the fewer than required points.
|
void |
seed(long... seeds)
Seed the random number generator to produce repeatable sequences.
|
public UniformDistributionOverBox1(int N,
RealInterval... bounds)
N - the number of initials to generatebounds - the feasible box regionpublic void seed(long... seeds)
seeds - the seedspublic Vector[] getInitials(Vector... notused)
BuildInitialsgetInitials in interface BuildInitialsnotused - initial points; null if no initial suppliedpublic Vector[] getInitials()