Spiking Neuron Network Simulator  1.0
Simulation and training of spiking neuron networks, primarily theta neurons
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SimulationMethod.cs
Go to the documentation of this file.
1 namespace SpikingNeuronNetwork.Lib
2 {
6  public enum SimulationMethod
7  {
11  Numerical,
12 
17  }
18 }
EventDriven Simulation Method
Numerical Simulation Method
SimulationMethod
Simulation Method Enum