colgreen / sharpneat

SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
https://sharpneat.sourceforge.io/
Other
375 stars 96 forks source link

Cannot load a saved CPPN network. #14

Closed colgreen closed 7 years ago

colgreen commented 7 years ago

NeatGenomeXmlIO cannot read/create instances of CppnNeatGenome, therefore saved CPPN networks cannot be loaded - i.e. the wrong type will be loaded and may therefore fail silently.

This is on the dev branch.