Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More features around the new LIF - Poisson spike train tutorial #388

Merged
merged 8 commits into from
Aug 12, 2024

Conversation

harisorgn
Copy link
Member

Expands on #370 .

The main correctness change is that all continuous events with the same spiking condition (aka some_LIF_like_neuron.V ~ threshold) are being accumulated in a Dict in BloxConnector and a single funtional affect is built for them during system_from_graph. This ensures that all affects will take place (there is an MTK issue where continuous events with the same condition are not all triggered).

Fixes some units on the conductances of the new LIF neurons.

Expands PoissonSpikeTrain by allowing the spiking rate to be sampled from a distribution, given some sampling interval.

@harisorgn harisorgn merged commit 2b23c2f into master Aug 12, 2024
2 checks passed
@harisorgn harisorgn deleted the ho/spike_affect_fixes branch August 12, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant