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 3 forks source link

Progressr: call to tick() at the level of the slice may slow down the simulation (in specific circumstances) #130

Closed luyckxn closed 9 months ago

luyckxn commented 1 year ago

Currently, a call to tick() occurs everytime a slice is simulated. This nicely informs the user of the progress. For large slices (e.g. 500 subjects by default), this function tick() is not called a lot -> no problem. However, when the interuption events are used, the slice is automatically reduced to 1 subject, and this function tick() slows down the simulation.