~ruther/ctu-fee-eoa

ref: b172dc70a85dc21ab8b86fb9c264c4f84d6ac75d 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