SABS-R3-projects / PKPD

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

Create MultiOutputModel class for MultiOutputProblem #33

Closed DavAug closed 4 years ago

DavAug commented 4 years ago

MultiOutputModel Class

Extension of pints.ForwardModel for MultiOutputProblem. Changes to to SingleOutputModel are almost trivial and are mainly in the simulate method.

Progress: