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
va legal value for a continuous site?