generic-github-user / Caesium

General-purpose AI library with NEAT-style genetic algorithm.
https://generic-github-user.github.io/Caesium/src/versions/javascript/projects/network-visualization/
MIT License
1 stars 1 forks source link

Add console.log() statements #1

Closed generic-github-user closed 6 years ago

generic-github-user commented 6 years ago

Add optional "verbose" mode that, if disabled, won't show the most common messages - generating a population of 100 small networks left me with 12,992 messages in the console.

I don't think that any functions that are called frequently should have any console logs.

generic-github-user commented 6 years ago
generic-github-user commented 6 years ago

Most of the console.log() statements have been removed.