JJ / nodeo

Simple evolutionary algorithm in JavaScript in CommonJS format, for node.js and anything else.
GNU General Public License v3.0
22 stars 6 forks source link

Refactor fitness functions #42

Closed JJ closed 1 year ago

JJ commented 1 year ago

Refactor so that they use the new abstract interface. Include, if possible, memoization.