[ccore.nnet.hhn] Parallel optimization #541
Labels
Good First Issue
Tasks that can be easily done by contributors
Optimization
Tasks related to code optimization
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:
calculate_peripheral_states
should be parallel.calculate_central_states
should be parallel.The text was updated successfully, but these errors were encountered: