~ruther/ctu-fee-eoa

ref: 51a8da0c55de6d386aca5f541e47e514f5c7dda5 ctu-fee-eoa/codes/eoa_lib/src/evolutionary_strategy.rs -rw-r--r-- 2.3 KiB
41658e70 — Rutherther 25 days ago
fix(eoa_lib): extract random distribution parameter out of perturbation
8ac232c0 — Rutherther a month ago
chore: fix warnings
f304d071 — Rutherther a month ago
refactor(lib): implement generic evolutionary strategy using .wrapped_mut

Thanks to wrapped_mut now the one_to_five strategy can be implemented
without relying on BoundedPerturbation etc.
8d13c275 — Rutherther a month ago
chore: move env to codes/eoa_lib
bf8e11ed — Rutherther a month ago
refactor: properly handle errors in local_search
3a92d736 — Rutherther a month ago
feat: add simple plotting of local search
cd58504d — Rutherther a month ago
refactor: abstract LocalSearch stats into LocalSearchStats
ef07dac0 — Rutherther 2 months ago
feat: add evolutionary strategies to local search