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

Master #22

Closed vrivas closed 8 years ago

vrivas commented 8 years ago

Hi JJ! I’ve developed the version that deals with floats (vector of floats). I’ve used a slightly different approach in my chromosome since operators and reproduction are NOT methods of chromosome, but they have been build as function, and encapsulated under the same namespace.

I can change quite easily if you prefer to have the same approach than in your binary chromosome… although I think is better the way I’ve done it :)

JJ commented 8 years ago

Thanks!