~ruther/ctu-fee-eoa

ref: 1f3a772d9049f75121cd08c0a2d3be01de87a1df ctu-fee-eoa/env/src/perturbation d---------
c66539e1 — Rutherther a month ago
refactor: Add dimension generic to BinaryString
3a92d736 — Rutherther a month ago
feat: add simple plotting of local search
ef07dac0 — Rutherther 2 months ago
feat: add evolutionary strategies to local search
ba97623c — Rutherther 2 months ago
fix: put Rng to Box instead of generics
abae7113 — Rutherther 2 months ago
feat: add PatternPerturbation

Move by +/- d in random single coordinate.
c5320f46 — Rutherther 2 months ago
feat: add uniform constructor for RandomDistributionPerturbation
f5bf8195 — Rutherther 2 months ago
feat: remove min, max from bounded perturbation
06f3259b — Rutherther 2 months ago
feat: add BoundedPerturbation

applies bounds on real numbers when performing the perturbation.
fcdc8b36 — Rutherther 2 months ago
feat: add RandomDistributionPerturbation

For vectors of reals, perturb by a random distribution with
expectation in 0.
f6dd4b7e — Rutherther 2 months ago
tests: move all tests to separate submodules
dfddcfde — Rutherther 2 months ago
chore: split types and functions to separate module files