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

Benchmark and report #25

Open JJ opened 7 years ago

JJ commented 7 years ago

Report speed in different problems, comparing between node versions and other languages. The main intention is to check the speed of the underlying JS virtual machine, so that a real assessment can be done on the capabilities of this evolutionary algorithm compared with others written in Java or Python.

max-arias commented 4 years ago

@JJ Could you add more detail?

JJ commented 4 years ago

@max-arias the basic idea is to have a baseline comparison of this library with others with similar capabilities.