~ruther/ctu-fee-eoa

ref: 96e498675423c4bad7fa358efb37fe26a6dc1563 ctu-fee-eoa/env/src/main.rs -rw-r--r-- 289 bytes
96e49867 — Rutherther a month ago
feat: add initializers, ZeroInitializer, RandomInitializer
ef07dac0 — Rutherther 2 months ago
feat: add evolutionary strategies to local search
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