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 evaluation #66

Closed JJ closed 1 year ago

JJ commented 1 year ago

So that it's a class, not a function. That way, all phases are objects.