Stop conditions¶
The stop conditions determine when the simulation ends, according to the properties of the diffusion. We consider different options for the RELISON framework:
Max. timestamp¶
The simulation stops a) when a certain timestamp is reached or b) when no more timestamps are available.
Parameters¶
max: the maximum timestamp.
Configuration file¶
stop:
Max. timestamp:
max:
type: long
value: maximum_timestamp
No more new¶
The simulation stops when no more new information is propagated (i.e. people might still propagate information, but the recipients already know that information).
Configuration file¶
stop:
No more new:
No more propagated¶
The simulation stops when no information has been propagated during the last iteration.
Configuration file¶
stop:
No more propagated:
No more timestamps¶
The simulation stops when no more timestamps are available.
Configuration file¶
stop:
No more timestamps:
No more timestamps nor propagated information¶
The simulation stops when no more timestamps are available or when users are not propagating information to others.
Configuration file¶
stop:
No more timestamps nor propagated: