public abstract class PowellMinimiser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double[] |
getMinParams()
Returns the values of the parameters at the minimum point after
minimisation has been performed.
|
double |
minimise(double[] p,
double ftol)
Performs the actual minimisation given a starting point and convergence
threshold.
|
public double[] getMinParams()
public double minimise(double[] p, double ftol) throws PowellMinimiserException
PowellMinimiserException