Parameter estimation for dynamical models using high-performance computing, batch and mini-batch optimizers, and dynamic load balancing.
20
stars
4
forks
source link
Add option to specify maximum number of threads for multi-start optimization #361
Closed
dweindl closed 3 years ago
So far, this was equal to the number of local optimizations, but that wouldn't scale well.
This decouples the number parallel local optimizations from the total number of optimizations.
This is controlled by setting environment variable
PARPE_NUM_PARALLEL_STARTS
to the number of optimizations that should be run in parallel.Now requires Boost.Thread library
Closes #359, closes #84