Exponential Time
Markovian events.
Parameters
<T>
concentration type
Functions
Link copied to clipboard
open fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): ExponentialTime<T>
Must be overridden by subclasses returning the correct instance.
Link copied to clipboard
Link copied to clipboard
fun updateStatus(currentTime: Time, executed: Boolean, newpropensity: Double, environment: Environment<T, out Any>)
Implement this method to update the distribution's internal status.