generic-github-user / Caesium

General-purpose AI library with NEAT-style genetic algorithm.

Home Page:https://generic-github-user.github.io/Caesium/src/versions/javascript/projects/network-visualization/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add neuroevolution starting with random networks

generic-github-user opened this issue · comments

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.