Expand description
SIMD-accelerated BFGS algorithm
This module provides a SIMD-optimized implementation of the BFGS quasi-Newton optimization algorithm, offering significant performance improvements for problems with many variables.
Structs§
- Simd
Bfgs Options - Options specific to SIMD BFGS
Functions§
- minimize_
simd_ bfgs - SIMD-accelerated BFGS minimization
- minimize_
simd_ bfgs_ default - Convenience function for SIMD BFGS with default options