colgreen / sharpneat

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

NeatGenomeSaver.WriteConnections is culture-dependent #58

Closed Novick06 closed 3 years ago

Novick06 commented 3 years ago

The NeatGenomeSaver.WriteConnections method saves the weight of the connections by being culture-dependent, which blocks the loading that is culture-independent.

colgreen commented 3 years ago

@RichardRegul Thanks for reporting.