~ruther/ctu-fee-eoa

ref: 2c1c1ab883a9e61dfed16d45993dd25590a62fa8 ctu-fee-eoa/codes/eoa_lib/src/replacement.rs -rw-r--r-- 8.7 KiB
8eb3e894 — Rutherther a month ago
feat(lib): add evaluation count to EA stats
ce632f10 — Rutherther a month ago
fix(lib): do not take mut self in population.iter()
92bd0617 — Rutherther a month ago
feat: add into_iter for population
7adc5812 — Rutherther a month ago
refactor: pass rng as argument

Instead of having the Rng stored
inside the structs, pass it through
the functions. This means it's no longer
necessary to pass perturbations etc. as mutable.
738df684 — Rutherther a month ago
fix: tournament replacement strategy could be using wrong indices
a880c1b3 — Rutherther a month ago
feat: add best replacement
8d13c275 — Rutherther a month ago
chore: move env to codes/eoa_lib
1f3a772d — Rutherther a month ago
feat: Add replacement strategy