public override void Terminate() { float[,] tmp; ParallelArrays.ToArray(m_GPUWeight, out tmp); m_Parent.NeuronMap = tmp; }