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 node/connection addition and removal to mutation function #88

Closed generic-github-user closed 5 years ago

generic-github-user commented 5 years ago

The topology of networks can now be modified by the mutation function network.mutate(). New nodes and connections can be added and deleted.