Time course simulation allows you to calculate the trajectories of species in your model over a specified time interval. There are several approaches for computing such trajectories, and depending on your model, one or more of these methods may be suitable.
COPASI supports three main methodologies for calculating trajectories:
Deterministic simulation: This method uses the LSODA algorithm (or LSODAR if events are present) Petzold83. It is generally appropriate for models with large numbers of molecules, where random fluctuations are negligible. Additionally, Radau5 is available to be used.
Hybrid methods: In situations where deterministic simulation is not appropriate, but full stochastic simulation is too computationally expensive, hybrid methods can be used. These approaches combine the strengths of both deterministic and stochastic simulations. COPASI includes several hybrid methods that can produce accurate time series where pure deterministic approaches would fail, yet remain less demanding than purely stochastic simulations. Only the RK-45 method supports discrete events.