pub(crate) fn py_evo_novelty( _py: Python<'_>, genomes: Vec<Vec<f64>>, archive: Vec<Vec<f64>>, k_nearest: usize, ) -> Vec<f64>
Novelty scores against archive.