romainsimon / neuroevolution

:hatching_chick: NeuroEvolution of Augmenting Topologies (NEAT) implementation with Tensorflow.js (still WIP)
MIT License
18 stars 2 forks source link

NEAT to Tensorflow.js neural network #4

Open romainsimon opened 5 years ago

romainsimon commented 5 years ago

Currently, a simple neural network is generated, but it does not reflect the structure of the genome generated with the NEAT algorithm.

The genome needs to be converted using some topological sorting such as Kahn's algorithm.