In Java's version of Encog, how do I save a NEAT network and its training? I'd like to be able to close my software and resume its training where it left off the next time I run it.
I have a NEATPopluation, CalculateScore, and EvolutionaryAlgorithm training object. Which do I save and how do I reinitialize it properly?
I've read about persistence but none of the examples seem to be for this kind of network.