Skip to contents

Return the compact reproduction key for a sweep candidate

Usage

ledgr_candidate_reproduction_key(candidate)

Arguments

candidate

A ledgr_sweep_candidate.

Value

A ledgr_candidate_reproduction_key list.

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")