wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

SyntaxError in network.js evolve-function #125

Open paaax opened 6 years ago

paaax commented 6 years ago

Hey guys,

any idea what could be the reason for this error?

`node_modules/neataptic/src/architecture/network.js:833 evolve: async function (set, options) { ^^^^^^^^

SyntaxError: Unexpected token function`

paaax commented 6 years ago

Seems like it's an issue that comes from older Node.js versions. I'm using v6.13.0 and will update now.