CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.42k stars 493 forks source link

Translate a network into a genome #176

Open dmzou opened 5 years ago

dmzou commented 5 years ago

Thank you very much for making the neat-python package. It seems if we have an existing network, it should be possible to take it and translate it into a genome which we could then evolve, but I can't seem to find that functionality. Is this possible to do using your current package? Thanks in advance.