public class LM_GaussianMinimizer extends LM_Minimizer
Constructor and Description |
---|
LM_GaussianMinimizer()
Default constructor.
|
LM_GaussianMinimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod)
Constructor needs all the following:
|
getNumSolutions, getSolutions, minimise, setMeasurements
getCONVERGETHRESH, getFObjVal, getParameters, setConvergence, setCONVERGETHRESH, setInitParams, setMAXITER
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setInitParams
public LM_GaussianMinimizer()
public LM_GaussianMinimizer(DW_Scheme scheme, ParametricModel pm, Codec cod) throws MarquardtMinimiserException
scheme
- The acquisition protocolpm
- The model to fitcod
- The Codec specifying the transformation from model
to optimized parameters.MarquardtMinimiserException