Manuscript revision and pending experiment work, snapshot before restructuring
Clarity pass over the main text (36-item audit), Discussion rewrite and cut, acknowledgements, Souly et al. as ref 62, lettered SI panels, model section moved under Results; plus the untracked curriculum/society/compose/smol configs, runners, figures, stats and tests that the SI already cites. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y64o8FKP7rCuXzC48pxpMm
This commit is contained in:
parent
e4804adabc
commit
84124de143
450 changed files with 52813 additions and 1202 deletions
|
|
@ -24,7 +24,7 @@ import matplotlib.pyplot as plt
|
|||
import numpy as np
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent))
|
||||
from _figlib import load_bundle, savefig # noqa: E402
|
||||
from _figlib import load_bundle, savefig, letter_axes # noqa: E402
|
||||
|
||||
|
||||
def main(results_dir: str = "results/E9") -> None:
|
||||
|
|
@ -56,9 +56,8 @@ def main(results_dir: str = "results/E9") -> None:
|
|||
title="With offspring selection, an optimal\nrecombination rate re-emerges (dotted = parents)")
|
||||
ax.legend(frameon=False, fontsize=8, title="ruggedness")
|
||||
|
||||
fig.suptitle("E9 — landscape robustness: recombination helps when skills are complementary, but "
|
||||
"blindly merging entangled models causes outbreeding depression", y=1.02, fontsize=11)
|
||||
fig.tight_layout()
|
||||
letter_axes(fig)
|
||||
savefig(fig, results_dir, "E9")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue