public void Reset() { InputNodes.ForEach((x) => x.Reset()); OutputNodes.ForEach((x) => x.Reset()); HiddenNodes.ForEach((x) => x.Reset()); }