
Create a BOSSS problem
BOSSS_problem.Rd
Create a BOSSS problem
Usage
BOSSS_problem(
sim_trial,
design_space,
hypotheses,
objectives,
constraints = NULL,
det_func = NULL
)
Arguments
- sim_trial
function which generates a single (possibly multivariate) Monte Carlo outcome of a design under a hypothesis.
- design_space
data frame constructed via
design_space()
.- hypotheses
data frame constructed via
hypotheses()
.- objectives
data frame constructed via
objectives()
.- constraints
optional ata frame constructed via
constraints()
.- det_func
optional function which generates deterministic outcomes of a design under a hypothesis.