Module efficient_sparse

Source
Expand description

Efficient sparse Jacobian and Hessian handling for optimization

This module provides optimization algorithms that efficiently handle sparse Jacobians and Hessians using advanced sparsity patterns, adaptive coloring, and specialized matrix operations.

Structs§

EfficientSparseOptions
Options for efficient sparse optimization
SparsityInfo
Sparse pattern information and statistics

Functions§

minimize_efficient_sparse_newton
Efficient sparse Newton method with adaptive sparsity detection