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

[ccore.nnet.hhn] Parallel optimization #541

Closed
annoviko opened this issue Sep 5, 2019 · 0 comments
Closed

[ccore.nnet.hhn] Parallel optimization #541

annoviko opened this issue Sep 5, 2019 · 0 comments
Assignees
Labels
Good First Issue Tasks that can be easily done by contributors Optimization Tasks related to code optimization

Comments

@annoviko
Copy link
Owner

annoviko commented Sep 5, 2019

Introduction
Hodgkin-Huxley Network can be easily paralleled by parallel_for to increase performance.

Description
HHN can be parallel by making two general methods parallel:

  • Method calculate_peripheral_states should be parallel.
  • Method calculate_central_states should be parallel.
@annoviko annoviko added Optimization Tasks related to code optimization Good First Issue Tasks that can be easily done by contributors labels Sep 5, 2019
@annoviko annoviko self-assigned this Sep 5, 2019
@annoviko annoviko closed this as completed Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Tasks that can be easily done by contributors Optimization Tasks related to code optimization
Projects
None yet
Development

No branches or pull requests

1 participant