Skip to main content

py_evo_novelty

Function py_evo_novelty 

Source
pub(crate) fn py_evo_novelty(
    _py: Python<'_>,
    genomes: Vec<Vec<f64>>,
    archive: Vec<Vec<f64>>,
    k_nearest: usize,
) -> Vec<f64>
Expand description

Novelty scores against archive.