~ruther/ctu-fee-eoa

ref: c7d027ecf955937649ef77c793dff08cfd4a56d5 ctu-fee-eoa/env/src/fitness d---------
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
41b0eb7e — Rutherther a month ago
refactor: Use OVector instead of SVector in library
79c83af9 — Rutherther 2 months ago
feat: add real fitness functions

Add linear, step, rastrigin, griewank and schwefel fitness functions
along with the tests for them.

Try using static vector where appropriate, but use OVector for those
where filling with zeros won't work. This is mostly a constrain for
the tests... rather than a real constrain. In the end the dimensions
will be given for each problem.
f6dd4b7e — Rutherther 2 months ago
tests: move all tests to separate submodules
cab8e171 — Rutherther 2 months ago
chore: guard test imports by #[cfg(test)]
dfddcfde — Rutherther 2 months ago
chore: split types and functions to separate module files