~ruther/ctu-fee-eoa

ref: 29b62c2e9620aa9579905c4811f318a9c2048243 ctu-fee-eoa/codes d---------
29b62c2e — Rutherther 11 days ago
fix: constraint for ArithmeticCrossover
03a0e7a6 — Rutherther 11 days ago
feat: Add BlendCrossover for reals
bc75bdd2 — Rutherther 11 days ago
feat: add ArithmeticCrossover for reals
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
Next