~ruther/ctu-fee-eoa

ref: 2ae232625f0de81d7b05edb44448f32ad83fad61 ctu-fee-eoa/env d---------
2ae23262 — Rutherther 2 months ago
chore: add nalgebra
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
13e5d2f1 — Rutherther 2 months ago
feat: add MaximizingOperator
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
2d3672a3 — Rutherther 2 months ago
tests: let EqualTerminatingCondition remember matches to return even if no longer equal
70ae200e — Rutherther 2 months ago
tests: For local search test, wait 100 cycles after optimum found
357cb2ea — Rutherther 2 months ago
feat: add AndTerminatingConditions that ands multiple conditions
5536e19f — Rutherther 2 months ago
chore: rename NoMatchForTerminatingCondition to NoBetterForTerminatingCondition
9eb722b9 — Rutherther 2 months ago
Initial commit