liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
293 stars 34 forks source link

Use exponentiation operator; Fixing issue 188 #225

Closed raimannma closed 4 years ago

raimannma commented 4 years ago

Using ** instead of Math.pow() as mentioned in issue #188.

Close #188