Uses of Interface
org.ddogleg.optimization.functions.FunctionNtoN
Package
Description
-
Uses of FunctionNtoN in org.ddogleg.optimization
Modifier and TypeMethodDescriptionstatic FunctionNtoN
FactoryNumericalDerivative.gradientForwards
(FunctionNtoS func) Modifier and TypeMethodDescriptionstatic boolean
DerivativeChecker.gradient
(FunctionNtoS func, FunctionNtoN gradient, double[] param, double tol) Compares the passed in gradient function to a numerical calculation.static boolean
DerivativeChecker.gradient
(FunctionNtoS func, FunctionNtoN gradient, double[] param, double tol, double differenceScale) static boolean
DerivativeChecker.gradientR
(FunctionNtoS func, FunctionNtoN gradient, double[] param, double tol) Compares the passed in gradient function to a numerical calculation.static boolean
DerivativeChecker.gradientR
(FunctionNtoS func, FunctionNtoN gradient, double[] param, double tol, double differenceScale) void
UnconstrainedMinimization.setFunction
(FunctionNtoS function, FunctionNtoN gradient, double minFunctionValue) Specifies the function being optimized. -
Uses of FunctionNtoN in org.ddogleg.optimization.derivative
Modifier and TypeClassDescriptionclass
Finite difference numerical gradient calculation using the forward+backwards equation.class
Finite difference numerical gradient calculation using forward equation. -
Uses of FunctionNtoN in org.ddogleg.optimization.trustregion
Modifier and TypeMethodDescriptionvoid
UnconMinTrustRegionBFGS_F64.setFunction
(FunctionNtoS function, FunctionNtoN gradient, double minFunctionValue) -
Uses of FunctionNtoN in org.ddogleg.optimization.wrap
Modifier and TypeClassDescriptionclass
LsToNonLinearDeriv<S extends DMatrix>
Convert the Jacobian of a least squares function into a nonlinear optimization gradient.Modifier and TypeFieldDescriptionprotected FunctionNtoN
CachedGradientLineFunction.gradient
protected FunctionNtoN
CachedNumericalGradientLineFunction.gradient
Modifier and TypeMethodDescriptionvoid
QuasiNewtonBFGS_to_UnconstrainedMinimization.setFunction
(FunctionNtoS function, FunctionNtoN gradient, double minFunctionValue) ModifierConstructorDescriptionCachedGradientLineFunction
(FunctionNtoS function, FunctionNtoN gradient)