jinyeom / neat

NEAT (NeuroEvolution of Augmenting Topologies) implemented in Go
GNU General Public License v3.0
71 stars 13 forks source link

Loading and saving #3

Open kevinhead opened 7 years ago

kevinhead commented 7 years ago

Is there a way to save and load prior trained models?

Forgive my ignorance as I am new but would it be as simple as serializing/deserializing the neat instance?

jinyeom commented 7 years ago

That's a good point, actually! I'll work on that at some point :) Thanks for the idea!

kevinhead commented 7 years ago

That's great. Let me know if there is anything I can do to assist.

kevinhead commented 7 years ago

Hope all is well. Is there any update on this project?