~ruther/ctu-fee-eoa

ref: db937f4c8c792edfa6e98b20bc44f5036bc64699 ctu-fee-eoa/codes d---------
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
6e5e1c59 — Rutherther a month ago
chore: add readme
f4e5737f — Rutherther a month ago
chore: finalize report
fb3ac872 — Rutherther a month ago
chore: make few improvements to plotting
Next