Fig. 1: rename first tier "Exact model" -> "Population genetics (exact)"

"Model" is reserved for AI models in this paper, so a tier named "Exact
model" read as a kind of AI model; the tier is the Wright-Fisher theory run
exactly. Caption and Introduction adjusted to match ("three tiers" rather
than "three tiers of model architecture"; "an exact population-genetic
simulator").

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BkRLcc18rwT2Lysu6PbG7v
This commit is contained in:
Giorgio Gilestro 2026-09-07 11:31:56 +01:00
parent e42fe497ff
commit 5cb49943db
6 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ OUT = HERE / "body.tex"
FIGURES: dict[str, tuple[list[str], str]] = {
"fig1": (["paper/pnas/figs/fig1.pdf"],
"The experimental programme. Each population-genetic abstraction (Table 1) is tested at up "
"to three tiers of model architecture, ordered left to right by increasing realism: an exact "
"to three tiers, ordered left to right by increasing realism: an exact "
"Wright--Fisher simulator over knowledge distributions (closed forms; bitwise-reproducible), "
"trained neural networks measured against exact oracles (recurrent, feedforward, and "
"variational-autoencoder generators on a synthetic mode universe, and a convolutional VAE on "