~ruther/ctu-fee-eoa

ref: e72ea86dfb9bdd3992b14612afcc948f73e1a423 ctu-fee-eoa/codes d---------
ada978e3 — Rutherther 11 days ago
fix: make sure both parents are used for ovector one point
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
5f409074 — Rutherther a month ago
refactor(tsp): Do not allocate in binary string fitness function

Currently the fit function has allocated for each individual!
That slows it down terribly!

This reimplements it to implement the fit_population, reusing
the same node permutation and same precedence_count
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
7a235cbd — Rutherther a month ago
feat(tsp): Remove with iteration functions
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.
fddfde99 — Rutherther a month ago
chore: lock file for cargo
Next