~ruther/ctu-fee-eoa

ref: 49d82c7ba9f4df79e1133a4971b230f63a908b4a ctu-fee-eoa/env/src/main.rs -rw-r--r-- 308 bytes
49d82c7b — Rutherther a month ago
feat: add tournament selection
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