Selects a single row from a sweep result table and packages its params, seed, and provenance for promotion or inspection.
Details
The returned candidate carries selection_view, the tibble-like
view passed to ledgr_candidate(). Promotion-context storage uses that
view to record the filtered/sorted candidate table the user selected from.
ledgr_candidate() is the supported way to extract params, execution seed,
and row-level provenance for promotion. It avoids making users manually pull
params[[1]] and execution_seed from a tibble row.
Articles
Exploratory sweeps and promotion:
vignette("sweeps", package = "ledgr")
system.file("doc", "sweeps.html", package = "ledgr")