Shinya Ito
Shinya Ito
Changes in edge_adaptor.py caches the loaded dynamics files, and avoid reading them multiple times. This is helpful if you run networks with many edge types. Changes in spike_train_readers.py is to...
Fixing FilterNet's behavior when the frame_rate is not 1000 Hz. Previously, firing rates were not normalized correctly and were proportional to the frame_rate. This behavior is now fixed. You can...
Many examples under `examples/` use the following line to set the 'default' config file. `if __file__ != sys.argv[-1]:` However, in Python 3.9+, this won't work because `__file__` is an absolute...
A new PopNet option based on Stabilized Supralinear Network. Simulating 4 population will be 0.2ms per simulated second. A network simulation example as well as parameter optimization tutorial notebook is...