ICB-DCM / parPE

Parameter estimation for dynamical models using high-performance computing, batch and mini-batch optimizers, and dynamic load balancing.
MIT License
19 stars 4 forks source link

Support for forward sensitivities #343

Open dweindl opened 3 years ago

dweindl commented 3 years ago

So far, only adjoint sensitivity analysis is supported and hard-coded in a couple of places. Changing to FSA in the input file leads to a segfault. Fixing that should only require changes in few lines of code...