tvb-root
tvb-root copied to clipboard
Main TVB codebase
Pull request to merge to master. Most changes are expected to relate to tvb.contrib.
#### Describe the new feature or enhancement *Please provide a clear and concise description of what you want to add or change.* #### Describe your proposed implementation *Describe how you...
small fix for rateml usage on ebrains for args parser and additionally the hpc version of the zerlaut model
The purpose of this pull request is to consolidate the various implementations of the AdEx model, create relevant demos, and change the approach taken to derived parameters for this model.
This PR addresses the #562 . Next steps are: - [ ] verify that the default parameters are reasonable (important - most users won't touch these) - [ ] convert...
#### Describe the new feature or enhancement Current BOLD monitor employs a HRF kernel, whereas the more widely used hemodynamic model(s) are implemented only in the `BalloonModel` analyzer. This would...
#### Describe the new feature or enhancement A Pythonic wrapper for DCM was created https://github.com/roschkoenig/Pythonic-DCM, we can consider wrapping it or generating TVB model code for interfacing with the algorithms...
#### Describe the new feature or enhancement (migration from Jira task https://req.thevirtualbrain.org/browse/TVB-2001) We don't currently have any population density models, but Nicholas Cain at the Allen Institute is developing DiPDE...
#### Describe the new feature or enhancement An implicit theta (like Heun but corrector stage is implicit/backwards Euler) should be implemented and tested with respect to history implementation. An implicit...