~ruther/ctu-fee-eoa

ref: ba97623c86b473f5e5b00b0520be2e15cfc6d041 ctu-fee-eoa/env/src/local_search d---------
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