~ruther/ctu-fee-eoa

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