JonyEpsilon / algebolic

Evolving mathematical expressions in Clojure
MIT License
19 stars 1 forks source link

Implement SPEA2 #11

Closed JonyEpsilon closed 10 years ago

JonyEpsilon commented 10 years ago

Have implemented what I'm calling near-SPEA2, which can be run the same as SPEA2, but can also be run as an approximation to it (that runs fast-ish and isn't insanely difficult to implement).