~ruther/ctu-fee-eoa

ref: 41b0eb7ee7ae129303c1c0f7d818c52904edc001 ctu-fee-eoa/env/src/perturbation/mod.rs -rw-r--r-- 6.1 KiB
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