Hi Brian folk,
I'm working on a class project that utilizes Izhikevich neurons connected by alpha synapses in Brian2. The package works great, but I have a separate script that generates groups of these neurons in a class initializer (e.g. an Animal that has attributes in the form of neuron groups known as LeftEye and RightEye).
I've been trying to run a simulation with this design but am running into issues with the Network running in the background. I tried passing in the objects containing the equations to the Network (e.g. Animal1.LeftEye) but this didn't work. The Network simply can't see the equations defined.
Is there a way I can get the scope to see these equations?
Thank you,
LJ