fugue-evo 0.3.0

An implementation of fugue for running evolutionary algorithms as Bayesian inference: priors and likelihoods as probabilistic programs, tempered SMC in trace space, annealed optimization, Pareto posteriors - plus a standalone classical EC toolkit
Documentation
1
2
3
4
5
<!-- Fugue docs: font preloads + browser chrome color (theme dir override; keep minimal) -->
<link rel="preload" href="{{ path_to_root }}fonts/inter-v20-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ path_to_root }}fonts/fraunces-v38-latin-600.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ path_to_root }}fonts/jetbrains-mono-v24-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<meta name="theme-color" content="#0c111e">