heuropt 0.11.0

A practical Rust toolkit for heuristic single-, multi-, and many-objective optimization.
Documentation
1
2
3
4
5
6
7
//! Quality metrics for Pareto fronts.

pub mod hypervolume;
pub mod spacing;

pub use hypervolume::*;
pub use spacing::*;