Evolutionary computation for Rust: classical EC algorithms plus evolutionary inference - evolutionary algorithms as probabilistic programs (tempered SMC in trace space, built on fugue-ppl)
//! Fitness evaluation and benchmarks
//!//! This module provides the fitness abstraction and benchmark functions.
pubmodbenchmarks;pubmodtraits;pubmodprelude{pubusesuper::benchmarks::*;pubusesuper::traits::*;}