~ruther/ctu-fee-eoa

ref: 96e498675423c4bad7fa358efb37fe26a6dc1563 ctu-fee-eoa/env/tests d---------
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.
9eb722b9 — Rutherther 2 months ago
Initial commit