|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.numerics.LevenbergMarquardt
public class LevenbergMarquardt
LevenbergMarquardt performs a minimization of a nonlinear multivariable function using the Levenberg-Marquardt algorithm.
Constructor Summary | |
---|---|
LevenbergMarquardt()
|
Method Summary | |
---|---|
int |
getIterations()
|
double |
minimize(MultiVarFunction Veq,
double[] x,
int max,
double tol)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LevenbergMarquardt()
Method Detail |
---|
public double minimize(MultiVarFunction Veq, double[] x, int max, double tol)
public int getIterations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |