Skip to main content

Module objectives

Module objectives 

Source

Re-exports§

pub use front::*;
pub use optimize::*;
pub use pareto::*;
pub use score::*;

Modules§

front
optimize
pareto
Multi-objective optimization utilities, including Pareto front calculation, non-dominated sorting, crowding distance, and entropy measures. These are essential for evolutionary algorithms that need to handle multiple conflicting objectives.
score