R6 class to handle MetaRVM checkpoint data. This class is a simplified version of MetaRVMConfig tailored for storing and accessing simulation checkpoints.
Arindam Fadikar
MetaRVM::MetaRVMConfig -> MetaRVMCheck
check_dataList containing all parsed checkpoint data
Inherited methods
MetaRVM::MetaRVMConfig$get()MetaRVM::MetaRVMConfig$get_age_categories()MetaRVM::MetaRVMConfig$get_all()MetaRVM::MetaRVMConfig$get_pop_map()MetaRVM::MetaRVMConfig$get_race_categories()MetaRVM::MetaRVMConfig$get_zones()MetaRVM::MetaRVMConfig$list_parameters()MetaRVM::MetaRVMConfig$parameter_summary()MetaRVM::MetaRVMConfig$print()MetaRVM::MetaRVMConfig$set()
new()Initialize a new MetaRVMCheck object
MetaRVMCheck$new(input)inputA list containing checkpoint data.
A new MetaRVMCheck object.
clone()The objects of this class are cloneable with this method.
MetaRVMCheck$clone(deep = FALSE)deepWhether to make a deep clone.
The MetaRVMCheck class is designed to hold the state of a simulation at a
specific time point, allowing for continuation or analysis. It stores all
necessary parameters and population states.