Module memory_efficient_sparse

Source
Expand description

Memory-efficient sparse optimization for very large-scale problems

This module provides optimization algorithms specifically designed for very large problems (millions of variables) with sparse structure, using out-of-core storage, progressive refinement, and advanced memory management techniques.

Structs§

UltraScaleOptions
Options for ultra-large-scale memory-efficient optimization

Functions§

create_ultra_scale_optimizer
Create ultra-scale optimizer with automatic parameter selection
minimize_ultra_scale
Ultra-large-scale optimization using progressive refinement and memory management