colgreen / sharpneat

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

Store Extra Data in Gnome #33

Closed robertvo closed 6 years ago

robertvo commented 6 years ago

Hi Colin, I'd like to run some convolution filters on my input before I call Brain.Activate() What would be the best way to extend the genome to store and (possible cross) an array of doubles? (the doubles would store values for the convolutions) Thanks!!!