public class DefaultSimplex extends Object implements InitialsFactory
| Constructor and Description |
|---|
DefaultSimplex()
Construct a simplex builder.
|
DefaultSimplex(double scale)
Construct a simplex builder.
|
| Modifier and Type | Method and Description |
|---|---|
Vector[] |
getInitials(Vector... initials)
Build a simplex of N+1 vertices from an initial point, where N is the dimension of the initial points.
|
public DefaultSimplex(double scale)
scale - a percentage (of the maximal absolute value of the components of the initial point)public DefaultSimplex()
public Vector[] getInitials(Vector... initials)
getInitials in interface InitialsFactoryinitials - the initial pointsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.