Uses of Interface
org.ddogleg.optimization.IterativeOptimization
Package
Description
-
Uses of IterativeOptimization in org.ddogleg.optimization
Modifier and TypeInterfaceDescriptioninterface
Line search for nonlinear optimization.interface
UnconstrainedLeastSquares<S extends DMatrix>
Non-linear least squares problems have a special structure which can be taken advantage of for optimization.interface
UnconstrainedLeastSquaresSchur<S extends DMatrix>
A variant onUnconstrainedLeastSquares
for solving large scale systems which can be simplified using the Schur Complement.interface
Optimization algorithm which seeks to minimize F(X) ∈ ℜ and X ∈ ℜNModifier and TypeMethodDescriptionstatic boolean
UtilOptimize.process
(IterativeOptimization search, int maxSteps) Iterate until the line search converges or the maximum number of iterations has been exceeded.static boolean
UtilOptimize.step
(IterativeOptimization search) Performs a single step by iterating until the parameters are updated. -
Uses of IterativeOptimization in org.ddogleg.optimization.lm
Modifier and TypeClassDescriptionclass
UnconLeastSqLevenbergMarquardt_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquares
.class
UnconLeastSqLevenbergMarquardtSchur_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquaresSchur
. -
Uses of IterativeOptimization in org.ddogleg.optimization.quasinewton
Modifier and TypeClassDescriptionclass
Line search which meets the strong Wolfe line condition.class
Line search algorithm that provides a guaranteed sufficient decrease according to the Wolfe condition. -
Uses of IterativeOptimization in org.ddogleg.optimization.trustregion
Modifier and TypeClassDescriptionclass
UnconLeastSqTrustRegion_F64<S extends DMatrix>
Implementations ofTrust Region
forUnconstrainedLeastSquares
.class
UnconLeastSqTrustRegionSchur_F64<S extends DMatrix>
Implementations ofUnconstrainedLeastSquaresSchur
.class
Implementations ofTrustRegionUpdateCauchy_F64
forUnconstrainedMinimization
. -
Uses of IterativeOptimization in org.ddogleg.optimization.wrap
Modifier and TypeClassDescriptionclass
Wrapper aroundQuasiNewtonBFGS
forUnconstrainedMinimization
.