Expand description
Optimization utilities backed by OptiRS optimizers.
\n//! This module preserves the historical Method/Options interface that the
rest of the QuantRS2 codebase depends on, while delegating the actual work to
OptiRS implementations. Gradient-based methods rely on finite-difference
estimates so that existing objective functions can remain unchanged.
Structs§
- Differential
Evolution Options - Differential evolution options
- Optimize
Result - Optimization result
- Options
- Optimization options
Enums§
- Method
- Optimization method enum
Functions§
- differential_
evolution - Differential evolution optimization using SciRS2 random utilities
- minimize
- Minimize function using OptiRS optimizers.