yaricom / goNEAT

The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to evolve and train Artificial Neural Networks without error back propagation
MIT License
75 stars 19 forks source link

Explore possibilities of saving genomes into directed graphs #36

Closed yaricom closed 2 years ago

yaricom commented 3 years ago

Saving genome structure into directed graph provides ability to perform various kinds of analysis using graph theory. Also, it will allow us to create visualizations of genome structures. Similar to way we already done in the goNEAT_NS repository.