~ruther/ctu-fee-eoa

ref: b39687d45e3132a97454a0e72a080e02708bc23c ctu-fee-eoa/codes/eoa_lib/src/evolution.rs -rw-r--r-- 5.9 KiB
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.
4ef3d988 — Rutherther a month ago
tests: add simple test for evolution on one_max
26456170 — Rutherther a month ago
refactor: do perturbation in place instead of cloning
8d13c275 — Rutherther a month ago
chore: move env to codes/eoa_lib
d8580bdc — Rutherther a month ago
feat: add evolution algorithm