Expand description
Sparse optimization algorithms for high-dimensional problems
This module provides optimization algorithms that leverage sparse numerical differentiation and matrix operations for efficient handling of high-dimensional optimization problems.
Structs§
- Sparse
Optimization Options - Options for sparse optimization algorithms
Functions§
- auto_
detect_ sparsity - Auto-detect sparsity pattern by evaluating the function at multiple points
- compute_
sparse_ gradient - Compute sparse gradient using sparse numerical differentiation
- minimize_
sparse_ bfgs - Sparse BFGS algorithm for large-scale optimization