View source: R/BOSSS_problem.R
BOSSS_problem | R Documentation |
Create a BOSSS problem
BOSSS_problem(
sim_trial,
design_space,
hypotheses,
objectives,
constraints = NULL,
det_func = NULL
)
sim_trial |
function which generates a single (possibly multivariate) Monte Carlo outcome of a design under a hypothesis. |
design_space |
data frame constructed via |
hypotheses |
data frame constructed via |
objectives |
data frame constructed via |
constraints |
optional ata frame constructed via |
det_func |
optional function which generates deterministic outcomes of a design under a hypothesis. |
An object of class BOSSS_problem.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.