Sets the parameters, initial conditions, and control settings on the data object, necessary for checkpointing simulations.
Details
When running a stochastic network model from checkpointed data, it is not necessary to run the originally specified initialization module. Instead, the initialization module should reset the parameters, initial conditions, and control settings back onto the data object.
This module is intended to be used in the context of running simulations on
high-performance computing settings using netsim_hpc
. That
function automatically replaces the original initialization function with this
checkpointed version when the simulation is in a checkpoint state.