colgreen / sharpneat

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

Performance tune NeuralNetCyclic (scalar and vectorized) #64

Closed colgreen closed 3 years ago

colgreen commented 3 years ago

Performance tune the two NeuralNetCyclic implementations - taking hints from the performance tuning work already completed on the NeuralNetAcyclic classes.

colgreen commented 3 years ago

Done.