experiment: speciation_real_cliff kind: speciation_real seed: 13 n_replicates: 3 # E13 (cliff) — the real-weight reproductive-isolation curve, mirroring E12's isolation cliff. Two MLPs # forked from a shared MNIST base; child B learns a CONFLICTING label map on a fraction `conflict_frac` # of the classes (the rest agree). Sweeping the conflict fraction traces the residual (after-alignment) # barrier from 0 (no conflict = same species) to its maximum (full conflict = fully isolated) — the # real-weight image of "the isolation cliff rises with epistasis". Alignment is applied throughout, so # the curve is the residual that permutation cannot explain away. speciation_real: sizes: [784, 512, 512, 10] conflict_fracs: [0.0, 0.2, 0.4, 0.6, 0.8, 1.0] t_div_fixed: 800 base_steps: 500 lr: 0.05 batch: 128 n_eval: 2000 data_root: data output: dir: results/speciation_real_cliff