~ruther/ctu-fee-eoa

ref: 79a2ec1f864b259b69e909656d2751aad38b45b9 ctu-fee-eoa/codes/eoa_lib d---------
79a2ec1f — Rutherther 11 days ago
feat: add convenient function for stochastic ranking evaluation
51a8da0c — Rutherther 11 days ago
refactor: add possibility to use different logic for obtaining best candidate
41658e70 — Rutherther 25 days ago
fix(eoa_lib): extract random distribution parameter out of perturbation
c95e3147 — Rutherther 25 days ago
feat: add multi objective; NSGA
81dd1ec0 — Rutherther 25 days ago
feat: add stochastic ranking
070fb45e — Rutherther 25 days ago
feat: add equal to BetterThan operator
f6ad831f — Rutherther 25 days ago
feat: add multiple weights to constrained functions
ee1d949d — Rutherther 25 days ago
feat: add number of constraints as a generic
c0b18ff7 — Rutherther 25 days ago
feat: add possibility to map EvolutionResult evaluations
fce9bfb2 — Rutherther 25 days ago
chore: remove Copy from requirement of TournamentSelection
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.
5119e5e3 — Rutherther a month ago
feat(lib): constraints along with evolutionary strategies
8ac232c0 — Rutherther a month ago
chore: fix warnings
f39d2461 — Rutherther a month ago
feat(lib): allow modifying fitness function in evolution_algorithm
62595f5e — Rutherther a month ago
chore: move population structs to separate module
914ee761 — Rutherther a month ago
feat: split params out of PerturbationOperator to allow for non-'static PerturbationOperator

This means PerturbationOperators can now hold non-'static references.
Right away, utilize this in the Random2OptPerturbation for the TSPInstance.
0f5f2903 — Rutherther a month ago
feat: add a lot of algorithm showcases
8eb3e894 — Rutherther a month ago
feat(lib): add evaluation count to EA stats
ce632f10 — Rutherther a month ago
fix(lib): do not take mut self in population.iter()
ec2647b8 — Rutherther a month ago
feat(lib): add roulette wheel selection
Next