~ruther/ctu-fee-eoa

ref: 48d0912f632e44005cedd27f13de6f4925e3312a ctu-fee-eoa/codes/eoa_lib/src/population.rs -rw-r--r-- 4.1 KiB
48d0912f — Rutherther 5 days ago
feat: add a simple python plotter
e72ea86d — Rutherther 5 days ago
fix: properly evaluate nsga population

The full population has to be evaluated at once,
offsprings cannot be evaluated individually.
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