Any suggestions for (dramatically) improving brian2 simulations running time? (without standalone code or GPU programming)I am simulating a lot (> 1000) independent stochastic LIF neurons (considered as trials) for a long period of time (> 10 sec). They fire like Poisson neurons (very sparsely, ~3Hz), that's why I need long simulations to record enough spikes.
Hi,
--
---
You received this message because you are subscribed to the Google Groups "Brian Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brian-developm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Marcel, I did not know one simulation would use that much memory. I was running around 30 loops for 11 different T values which makes around 300 simulations at once. So, the memory it uses is huge. I will split them up. Thanks