~ruther/ctu-fee-eoa

ref: 7898936d030ef9d5accaa4555a1752a5c71ef626 ctu-fee-eoa/env/src/fitness/real.rs -rw-r--r-- 6.8 KiB
293627bd — Rutherther 3 months ago
chore: remove unused imports
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.