Expand description
Integration of convergence diagnostics with callback system
This module provides utilities for integrating convergence diagnostics with optimization algorithms through a callback mechanism.
Structs§
- Callback
Info - Information passed to callback functions
- Diagnostic
Optimizer - Wrapper for optimization with diagnostic callbacks
Enums§
- Callback
Result - Result from callback function
Functions§
- minimize_
with_ diagnostics - Example of integrating diagnostics into an optimization algorithm
- optimize_
with_ diagnostics - Optimization wrapper that integrates diagnostics
Type Aliases§
- Optimization
Callback - Callback function type for optimization monitoring