~ruther/ctu-fee-eoa

ref: db3fceb97939f1bcd768650d153ebcfa95231685 ctu-fee-eoa/env/src d---------
db3fceb9 — Rutherther a month ago
tests: use random initializer in a test
96e49867 — Rutherther a month ago
feat: add initializers, ZeroInitializer, RandomInitializer
c7d027ec — Rutherther a month ago
feat: add new terminating conditions (or, lower than, maximum cycles)
c66539e1 — Rutherther a month ago
refactor: Add dimension generic to BinaryString
293627bd — Rutherther a month ago
chore: remove unused imports
bf8e11ed — Rutherther a month ago
refactor: properly handle errors in local_search
d0b6ff6a — Rutherther a month ago
tests: Add test for sphere real representation
eac17bcf — Rutherther a month ago
feat: add CloserThanTerminatingCondition
3a92d736 — Rutherther a month ago
feat: add simple plotting of local search
cd58504d — Rutherther a month ago
refactor: abstract LocalSearch stats into LocalSearchStats
41b0eb7e — Rutherther a month ago
refactor: Use OVector instead of SVector in library
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
296be2cc — Rutherther 2 months ago
feat: add test for local search with PatternPerturbation
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
967210c0 — Rutherther 2 months ago
tests: add test for Linear fitness function
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.
Next