torch_numopt.trust_region#
Trust-region methods for optimization.
Trust-region algorithms compute a step by solving a subproblem within a region where the quadratic model is trusted. This module provides Cauchy point, dogleg, exact (with Lagrange multiplier), and Steihaug-Toint (CG) solvers.
Functions
|
Factory function for trust-region solvers. |
Classes
|
Cauchy point trust-region solver. |
|
Dogleg trust-region solver. |
|
Exact trust-region solver using the Lagrange multiplier method. |
|
Steihaug-Toint conjugate gradient trust-region solver. |
|
Abstract base class for trust-region subproblem solvers. |