CodeReclaimers / neat-python

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

How to use the best result for execution? #202

Open chiuleohk opened 4 years ago

chiuleohk commented 4 years ago

My programme completed the learning part and I want to use the winner for execution. I did save checkpoints and output the winner network to a txt file. Other than converting the network into formulas manually, is there any method can do it easier?

regtm commented 3 years ago

You could save the genome object returned by population.run() using pickle.