Calls run_simulation() with resume = "must".
Arguments
- result_path
Character path to an existing result directory
- config
Optional SimulationConfig object. When omitted, bayesim rebuilds the config from the run manifest. That works only when every executable component (data generator, fitter, metrics) is a namespaced package function or class. The run manifest cannot rehydrate script-defined closures, such as the return value of
fixed_truth_generator()or any generator defined in your script: R can serialize closures, but configless resume intentionally does not restore arbitrary executable closures. Those runs require the originalconfig.- progress
Logical; if TRUE, show progress bar
- verbose
Logical; if TRUE, print lifecycle messages independently of the progress bar.