org.ddogleg.optimization.funcs
Class EvalFuncRosenbrockMod
- java.lang.Object
-
- org.ddogleg.optimization.funcs.EvalFuncRosenbrockMod
-
- All Implemented Interfaces:
- EvalFuncLeastSquares
public class EvalFuncRosenbrockMod extends java.lang.Object implements EvalFuncLeastSquares
Frandsen et al 1999
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classEvalFuncRosenbrockMod.DerivclassEvalFuncRosenbrockMod.Func
-
Constructor Summary
Constructors Constructor and Description EvalFuncRosenbrockMod(double lambda)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FunctionNtoMgetFunction()double[]getInitial()FunctionNtoMxNgetJacobian()double[]getOptimal()
-
-
-
Method Detail
-
getFunction
public FunctionNtoM getFunction()
- Specified by:
getFunctionin interfaceEvalFuncLeastSquares
-
getJacobian
public FunctionNtoMxN getJacobian()
- Specified by:
getJacobianin interfaceEvalFuncLeastSquares
-
getInitial
public double[] getInitial()
- Specified by:
getInitialin interfaceEvalFuncLeastSquares
-
getOptimal
public double[] getOptimal()
- Specified by:
getOptimalin interfaceEvalFuncLeastSquares
-
-
DataMelt 3.0 © DataMelt by jWork.ORG