Return the compact reproduction key for a sweep candidate
Source:R/sweep.R
ledgr_candidate_reproduction_key.RdReturn the compact reproduction key for a sweep candidate
Details
Sweep results are compact evaluation records, not durable run artifacts.
ledgr_candidate_reproduction_key() exposes the small key carried by a
selected candidate: snapshot identity, selector, strategy identity, feature
fingerprints, engine versions, seed metadata, candidate params, and metric
context. ledgr_promote() consumes the same candidate object to explicitly
rerun the candidate through ledgr_run() when durable ledger and equity
artifacts are needed.
Articles
Exploratory sweeps and promotion:
vignette("sweeps", package = "ledgr")
system.file("doc", "sweeps.html", package = "ledgr")