Skip to contents

Runs one explicitly requested frozen-grid stratum. It does not execute a sweep or select a candidate.

Usage

run_stage1_benchmark_replicate(
  manifest = stage1_benchmark_manifest(),
  seed = 1001L,
  stratum = list(n = 20L, K = 2L, shared_signal = 24, exclusive_signal = 12,
    confounder_signal = 12, noise_sd = 1, missing_block_rate = 0, sample_order =
    "permuted", feature_order = "permuted", projection_case = "exact_ids")
)

Arguments

manifest

validated benchmark manifest.

seed

one manifest seed.

stratum

one explicit list from the frozen grid. The default is the smoke stratum; callers may run any currently supported non-missing stratum.

Value

one row per candidate with split, metrics, gate state, and timing.