Package org.ddogleg.optimization.trustregion
-
Interface Summary Interface Description TrustRegionBase_F64.ParameterUpdate<S extends DMatrix> -
Class Summary Class Description ConfigTrustRegion Configuration parameters forTrust Region
TrustRegionBase_F64<S extends DMatrix,HM extends HessianMath> Base class for all trust region implementations.TrustRegionUpdateCauchy_F64<S extends DMatrix> The Cauchy point is an approximate solution to the Trust Region subproblem.TrustRegionUpdateDogleg_F64<S extends DMatrix> Approximates the optimal solution to the Trust Region's sub-problem using a piecewise linear approach [1,2].UnconLeastSqTrustRegion_F64<S extends DMatrix> Implementations ofTrust Region
forUnconstrainedLeastSquares
.UnconLeastSqTrustRegionSchur_F64<S extends DMatrix> Implementations ofUnconstrainedLeastSquaresSchur
.UnconMinTrustRegionBFGS_F64 Implementations ofTrustRegionUpdateCauchy_F64
forUnconstrainedMinimization
.