Expand description
Subspace methods for very high-dimensional optimization
This module implements various subspace methods that are effective for optimization problems with thousands to millions of variables. These methods work by restricting the optimization to lower-dimensional subspaces, making them computationally feasible for very large-scale problems.
Structs§
- Subspace
Options - Options for subspace optimization methods
Enums§
- Subspace
Method - Subspace method types
Functions§
- minimize_
adaptive_ subspace - Adaptive subspace method using gradient history
- minimize_
block_ coordinate_ descent - Block coordinate descent method
- minimize_
cyclical_ coordinate_ descent - Cyclical coordinate descent method
- minimize_
random_ coordinate_ descent - Random coordinate descent method
- minimize_
random_ subspace - Random subspace gradient method
- minimize_
subspace - Minimize using subspace methods