SABS-R3-projects / PKPD

A simple, graphical pharmacokinetic-pharmacodynamic modelling solution
GNU General Public License v3.0
18 stars 2 forks source link

Profile Model and Inference #36

Open DavAug opened 4 years ago

DavAug commented 4 years ago

Performance improvement

Within Myokit and Pints some methods perform, for our means, irrelevant checks and data type conversions, because we only allow interaction via GUI and thus have full control over data types.

We might be able to improve performance by copying the relevant functionality and leave out checks.

Progress: