kinetic_parameter#
Defines an abstract class for kinetic parameters.
- class KineticParameter(*args, **kwargs)#
Bases:
Protocol[T_co]A KineticParameter is a parameter, that is used in the simulation.
- get_at_timestamp(run: int, t: float) T_co#
Returns the kinetic parameters at the given timestamp.
- Parameters:
t – The timestamp, at which the kinetic parameters are needed.
run – The run (time series) of the current simulation.
- prepare_samples(n: int) None#
Starts the simulation.
This method is called before a new simulation starts.
- Parameters:
n – The number of samples to prepare.