~ruther/ctu-fee-eoa

ref: 0ec0006ac16173ca3c5218f11fdce165b489db12 ctu-fee-eoa/codes/eoa_lib/src/evolution.rs -rw-r--r-- 5.6 KiB
c6e0be8a — Rutherther 3 months ago
chore: do not pass pairing as mut
de36016c — Rutherther 3 months ago
tests: tweak one_max parameters
c47387eb — Rutherther 3 months ago
refactor: abstract pairing to n-ary
372dc756 — Rutherther 3 months ago
tests: adjust evolution one_max algorithm to always find optimum
7adc5812 — Rutherther 3 months 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 3 months ago
tests: add simple test for evolution on one_max
26456170 — Rutherther 3 months ago
refactor: do perturbation in place instead of cloning
8d13c275 — Rutherther 3 months ago
chore: move env to codes/eoa_lib
d8580bdc — Rutherther 3 months ago
feat: add evolution algorithm