~ruther/ctu-fee-eoa

ref: cd58504de4e214a0d9b406d6800a63812d0e8198 ctu-fee-eoa/env/src/local_search/mod.rs -rw-r--r-- 12.5 KiB
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