Skip to contents

R6 class to handle MetaRVM checkpoint data. This class is a simplified version of MetaRVMConfig tailored for storing and accessing simulation checkpoints.

Details

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.

Author

Arindam Fadikar

Super class

MetaRVM::MetaRVMConfig -> MetaRVMCheck

Public fields

check_data

List containing all parsed checkpoint data

Methods

Inherited methods


Method new()

Initialize a new MetaRVMCheck object

Usage

MetaRVMCheck$new(input)

Arguments

input

A list containing checkpoint data.

Returns

A new MetaRVMCheck object.


Method clone()

The objects of this class are cloneable with this method.

Usage

MetaRVMCheck$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.