~ruther/ctu-fee-eoa

ref: b5a1a3a5c0d569ee3d8a87353fa2fc52ab634f88 ctu-fee-eoa/env/tests/rastrigin.txt -rw-r--r-- 612 bytes
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.