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

Properly set the abstract base class #43

Closed JJ closed 1 year ago

JJ commented 1 year ago

Related to #41, but it was not really tested that it worked. Convert them to proper base classes.

This is related https://stackoverflow.com/a/30560792/891440