Features - achilleas-k/BrianDROID GitHub Wiki
This is a list of the current features supported by BrianDROID in conjunction with Brian2's code generation.
- Code generation: Basic code generation for multiple neuron groups, arbitrary equation strings, threshold and reset.
- Spike monitors: Multiple spike monitors are supported. One spike monitor per neuron group is allowed and it records the spike of all neurons by default. Defining a subset of neurons to record has no effect.
- Parallel computations: Using renderscript, state variable equations are run in parallel across neurons. Threshold and reset however are run sequentially.