org.ddogleg.optimization.funcs
Class EvalFuncBadlyScaledBrown
- java.lang.Object
-
- org.ddogleg.optimization.funcs.EvalFuncBadlyScaledBrown
-
- All Implemented Interfaces:
- EvalFuncLeastSquares
public class EvalFuncBadlyScaledBrown extends java.lang.Object implements EvalFuncLeastSquares
[1] J. More, B. Garbow, K. Hillstrom, "Testing Unconstrained Optimization Software" 1981 ACM Transactions on Mathematical Software, Vol 7, No. 1, Match 1981, pages 17-41
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description classEvalFuncBadlyScaledBrown.DerivclassEvalFuncBadlyScaledBrown.Func
-
Constructor Summary
Constructors Constructor and Description EvalFuncBadlyScaledBrown()
-
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