~ruther/ctu-fee-eoa

ref: eac17bcf939115a122eab5a097abacff486e730c ctu-fee-eoa/env/src/local_search d---------
3a92d736 — Rutherther a month ago
feat: add simple plotting of local search
cd58504d — Rutherther a month ago
refactor: abstract LocalSearch stats into LocalSearchStats
41b0eb7e — Rutherther a month ago
refactor: Use OVector instead of SVector in library
ef07dac0 — Rutherther 2 months ago
feat: add evolutionary strategies to local search
296be2cc — Rutherther 2 months ago
feat: add test for local search with PatternPerturbation
967210c0 — Rutherther 2 months ago
tests: add test for Linear fitness function
b1a2bbaa — Rutherther 2 months ago
refactor: extend local search to accept any inputs

Instead of accepting only BinaryString, accept anything.
Extend the operators to accept anything.
f6dd4b7e — Rutherther 2 months ago
tests: move all tests to separate submodules
a52b682c — Rutherther 2 months ago
tests: add rosenbrock test
cab8e171 — Rutherther 2 months ago
chore: guard test imports by #[cfg(test)]
dfddcfde — Rutherther 2 months ago
chore: split types and functions to separate module files