~ruther/ctu-fee-eoa

ref: 7de4f4b41b92ce93559ea9182849a54ccc87e270 ctu-fee-eoa/codes/eoa_lib/src/lib.rs -rw-r--r-- 319 bytes
e366ce2e — Rutherther a month ago
chore: make library out of eoa_lib
8d13c275 — Rutherther a month ago
chore: move env to codes/eoa_lib
d8580bdc — Rutherther a month ago
feat: add evolution algorithm
d4df3887 — Rutherther a month ago
feat: add pairing of parents
1f3a772d — Rutherther a month ago
feat: Add replacement strategy
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