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 neuroevolution starting with random networks #82

Open generic-github-user opened 5 years ago

generic-github-user commented 5 years ago

Currently the .evolve() function is a method of a cs.network object, so the evolution process/genetic algorithm must start with a network that already exists.