- Fix stop condition when max individuals is reached
Options
derivesDebug
andClone
- Fix stop condition when max time is reached.
- Add option to condition upon time (not only population size) by stopping loop when
max_time
has been reached
- increase the required verbosity to print the state of the system
- remove absorbing state condition
exprand
generates exp random number only iflambda.is_normal()
, else either0
orf32::INFINITY
,- raise error if all the waiting times are infinity in
compute_times_events
- remove
compute_times_events
from the public API
Update link to repo
Publish crate on creates.io.