ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

Parameter values from the simulate_param method #29

Open hareball90 opened 5 years ago

hareball90 commented 5 years ago

Can the simulate_param method spit out the parameter values that have been used?

twomagpi commented 5 years ago

Probably possible within the function. Slightly complicated by the use of parallel and non-parallel solving.