AStupidBear / SpikingNeuralNetworks.jl

Julia Spiking Neural Network Simulator
Other
37 stars 16 forks source link

Test for correct behavior of neurons and synapses #18

Open jpsamaroo opened 4 years ago

jpsamaroo commented 4 years ago

Right now we only test that a model of neurons and/or synapses can be constructed and simulated, but we don't test the behavior of the implementation to confirm that it matches the expected behavior of the theoretical model. We may need to do some sort of bifurcation analysis with a variety of model configurations and initial conditions to accomplish this.