~ruther/ctu-fee-eoa

ref: e366ce2ed235017732d88aac26694736eea23cdb ctu-fee-eoa/codes/eoa_lib/src/perturbation/mod.rs -rw-r--r-- 6.6 KiB
8d13c275 — Rutherther a month ago
chore: move env to codes/eoa_lib
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