~ruther/ctu-fee-eoa

ref: b5a1a3a5c0d569ee3d8a87353fa2fc52ab634f88 ctu-fee-eoa/env/src/terminating/mod.rs -rw-r--r-- 10.6 KiB
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