Click or drag to resize

Altaxo.Calc.Optimization.TrustRegion Namespace

Contains trust-region optimization algorithms and shared components.
Classes
 ClassDescription
Public classTrustRegionDogLegMinimizer Minimizes nonlinear least-squares objectives with a trust-region dogleg method.
Public classTrustRegionMinimizerBase Provides the shared implementation for trust-region based minimizers.
Public classTrustRegionNewtonCGMinimizer Minimizes nonlinear least-squares objectives with a trust-region Newton-CG method.
Public classTrustRegionSubproblem Provides factory methods for trust-region subproblem solvers.
Interfaces
 InterfaceDescription
Public interfaceITrustRegionSubproblem Defines a trust-region subproblem solver.