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

Vector Crossover Bug #23

Closed mariosky closed 8 years ago

mariosky commented 8 years ago

I think there is an error in line 50, splice from xoverpoint to xoverpoint.

JJ commented 8 years ago

I'll check, thanks for the report...

2016-03-25 3:54 GMT+01:00 Mario Garcia Valdez notifications@github.com:

I think there is an error in line 50, splice from xoverpoint to xoverpoint.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/JJ/nodeo/issues/23

JJ