~ruther/ctu-fee-eoa

ref: 0ec0006ac16173ca3c5218f11fdce165b489db12 ctu-fee-eoa/codes/eoa_lib/src/fitness/mod.rs -rw-r--r-- 1.6 KiB
8d13c275 — Rutherther 3 months ago
chore: move env to codes/eoa_lib
c66539e1 — Rutherther 3 months ago
refactor: Add dimension generic to BinaryString
293627bd — Rutherther 3 months ago
chore: remove unused imports
bf8e11ed — Rutherther 3 months ago
refactor: properly handle errors in local_search
41b0eb7e — Rutherther 3 months ago
refactor: Use OVector instead of SVector in library
79c83af9 — Rutherther 4 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.
dfddcfde — Rutherther 4 months ago
chore: split types and functions to separate module files