Expand description
Memory-efficient algorithms for large-scale optimization problems
This module provides optimization algorithms designed to handle very large problems with limited memory by using chunked processing, streaming algorithms, and memory pool management.
Structs§
- Memory
Options - Memory optimization options for large-scale problems
Functions§
- create_
memory_ efficient_ optimizer - Create a memory-efficient optimizer with automatic parameter selection
- minimize_
memory_ efficient_ lbfgs - Memory-efficient L-BFGS implementation with bounded history