Module memory_efficient

Source
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§

MemoryOptions
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