romtools.workflows.sampling#

Implementation of basic sampling workflow. Given a parameter space \(\mathcal{D}\), we draw random samples and run our model for each sample.

Functions

run_sample(run_directory, model, ...)

run_sampling(model, parameter_space, ...[, ...])

Core algorithm