~ruther/ctu-fee-eoa

ref: ea435de82c9283cddd530980627e7b101f405259 ctu-fee-eoa/codes/eoa_lib/src/population.rs -rw-r--r-- 3.3 KiB
0420a0cc — Rutherther a month ago
refactor(lib): Allow fitting whole population at once

The fitness function gets fit_population function. The default
implementation is going over fit() one by one, but it can be
reimplemented by specific types.
62595f5e — Rutherther a month ago
chore: move population structs to separate module