You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more consistency (#2386) and for PEtab v2 support (#2662), we want event-handling during preequilibration, presimulation and post-equilibration.
Rough plan:
Refactor ForwardProblem: extract some EventHandlingSimulator (class or function) that can be used in all four periods (if simulation-based) that does the event and (optionally) measurement processing. Also extract a SimulationWorkspace for the data structures currently stored in ForwardProblem that can then be passed to the different EventHandlingSimulators. (Started in Handle events during presimulation #2777 for presimulation)