Skip to content

Commit

Permalink
adapted from
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Nov 21, 2023
1 parent 328c072 commit f94be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ HNN-core functionality supports advanced simulations through scripting that are
- The ability to modify all features of the morphology and biophysical properties of any cell in the network
- An API that enables complete control of cell-cell and drive-cell connectivity in the network
- An API that allows for flexibility in defining the exogenous layer-specific drive to the neocortical network
- The ability to choose from multiple template models based on previous publications (e.g., `jones_2009_model()`{.python} [@jones2009quantitative], `law_2021_model()`{.python} [@law2022thalamocortical], and `calcium_model()`{.python} [@kohl2022neural])
- The ability to choose from multiple template models based on previous publications (e.g., `jones_2009_model()`{.python} [@jones2009quantitative], `law_2021_model()`{.python} [@law2022thalamocortical], and `calcium_model()`{.python} adapted from [@kohl2022neural])
- Built-in ERP optimization functionality designed for faster convergence
- The choice of two parallel backends for either parallelizing across cells to speed up individual simulations (MPI), or across trials to speed up batches of simulations (Joblib)

Expand Down

0 comments on commit f94be36

Please sign in to comment.