public abstract class MultiRunLM_Minimizer extends MultiRunMinimizer
Constructor and Description |
---|
MultiRunLM_Minimizer() |
MultiRunLM_Minimizer(DW_Scheme scheme,
ParametricModel pm,
Codec cod,
Perturbation p,
int repeats,
int seed) |
Modifier and Type | Method and Description |
---|---|
double |
getCONVERGETHRESH()
Returns the convergence threshold in the LM algorithm.
|
void |
setCONVERGETHRESH(double convthresh)
Sets the convergence threshold in the LM algorithm.
|
void |
setMAXITER(int maxiter)
Sets the maximum number of iterations in each run.
|
getBestSolution, getNumSolutions, getSolutions, minimise, setInitParams, setMeasurements, setPerturbation
public MultiRunLM_Minimizer()
public MultiRunLM_Minimizer(DW_Scheme scheme, ParametricModel pm, Codec cod, Perturbation p, int repeats, int seed) throws MinimizerException
MinimizerException
public void setCONVERGETHRESH(double convthresh)
public void setMAXITER(int maxiter)
public double getCONVERGETHRESH()