Skip to contents

Returns the stable hash bayesim uses to validate checkpoint compatibility. The fingerprint covers the study design (grids, generator, fitter, metrics, replicate count, and seed) and intentionally excludes runtime policy such as output paths, retention, checkpoint cadence, and adaptive stopping.

Usage

config_fingerprint(config)

Arguments

config

A simulation configuration created by simulation_config().

Value

A scalar SHA-256 character string.

Examples

if (FALSE) { # \dontrun{
config_fingerprint(config)
} # }