Skip to main content

nsga

Function nsga 

Source
pub fn nsga<F>(f: &F, config: NsgaConfig) -> Result<NsgaReport>
where F: Fn(&Array1<f64>) -> Vec<f64> + Sync,
Expand description

Run NSGA-II or NSGA-III according to NsgaConfig::variant.