Package org.ddogleg.optimization.trustregion
package org.ddogleg.optimization.trustregion
-
ClassDescriptionConfiguration parameters for
Trust Region
Base class for all trust region implementations.TrustRegionBase_F64.ParameterUpdate<S extends DMatrix>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
.Implementations ofTrustRegionUpdateCauchy_F64
forUnconstrainedMinimization
.