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.
pub fn score_genome<G: TraceGenome, A>(
genome: &G,
model: Model<A>,
) -> (A, Trace)Score a genome’s canonical trace under an arbitrary model — convenience used by readouts and tests.