heuropt 0.11.0

A practical Rust toolkit for heuristic single-, multi-, and many-objective optimization.
Documentation
1
2
3
4
//! Internal helpers used by built-in algorithms but not part of the public API.

pub(crate) mod cholesky;
pub(crate) mod eigen;