~ruther/ctu-fee-eoa

ref: 79a2ec1f864b259b69e909656d2751aad38b45b9 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