Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 2 forks source link

Improve performances when events are used #11

Open luyckxn opened 3 years ago

luyckxn commented 3 years ago

Several improvements may be done:

-> Don't reexport the model to mrgsolve/RxODE at each iteration -> Cache the mrgsolve/RxODE model if it does not change from iteration to iteration -> Investigate method 'mrgsim_q' in mrgsolve for repeated simulations

AndreasCalvagone commented 7 months ago

Or maybe something similar to the dynamic dosing feature in mrgsolve: https://mrgsolve.org/blog/posts/2024-new-1-4-0-evtools.html