Skip to main content

Module genome

Module genome 

Source
Expand description

PatchTree as a fugue-evo genome.

The canonical [TraceGenome] encoding is the grammar’s address scheme (see crate::prior): to_trace is a deterministic walk emitting the same #leaf/#src/#op/param choices the generative model samples, and from_trace inverts it. Because GenomePrior::trace_of’s default delegates to to_trace, scoring, warm-starting chains, and decode-replay all work without a second, divergent encoding.

Constants§

PARAM_DOMAIN
The declared range of every continuous site in this grammar.

Functions§

in_domain
Is v a legal value for a continuous site?