~ruther/ctu-fee-eoa

ref: 8d13c2754c8d1738299b07c27193f6ecd2ddaf95 ctu-fee-eoa/codes/eoa_lib/src/terminating/mod.rs -rw-r--r-- 10.6 KiB
8d13c275 — Rutherther a month ago
chore: move env to codes/eoa_lib
c7d027ec — Rutherther a month ago
feat: add new terminating conditions (or, lower than, maximum cycles)
293627bd — Rutherther a month ago
chore: remove unused imports
eac17bcf — Rutherther a month ago
feat: add CloserThanTerminatingCondition
cd58504d — Rutherther a month ago
refactor: abstract LocalSearch stats into LocalSearchStats
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.
dfddcfde — Rutherther 2 months ago
chore: split types and functions to separate module files