Skip to main content

score_genome

Function score_genome 

Source
pub fn score_genome<G: TraceGenome, A>(
    genome: &G,
    model: Model<A>,
) -> (A, Trace)
Expand description

Score a genome’s canonical trace under an arbitrary model — convenience used by readouts and tests.