neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

How to use the best result for execution?

Open chiuleohk opened this issue 4 years ago • 1 comments

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?

chiuleohk avatar Jun 08 '20 15:06 chiuleohk

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

regtm avatar Sep 01 '21 18:09 regtm