Uses of Interface
org.ddogleg.optimization.UnconstrainedMinimization
Package
Description
-
Uses of UnconstrainedMinimization in org.ddogleg.optimization
Modifier and TypeMethodDescriptionstatic UnconstrainedMinimization
FactoryOptimization.doglegBFGS
(@Nullable ConfigTrustRegion config) Dense trust-region unconstrained minimization using Dogleg steps and BFGS to estimate the Hessian. -
Uses of UnconstrainedMinimization in org.ddogleg.optimization.trustregion
Modifier and TypeClassDescriptionclass
Implementations ofTrustRegionUpdateCauchy_F64
forUnconstrainedMinimization
. -
Uses of UnconstrainedMinimization in org.ddogleg.optimization.wrap
Modifier and TypeClassDescriptionclass
Wrapper aroundQuasiNewtonBFGS
forUnconstrainedMinimization
.