BOSSS_problem: Create a BOSSS problem

View source: R/BOSSS_problem.R

BOSSS_problemR Documentation

Create a BOSSS problem

Description

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.

Value

An object of class BOSSS_problem.


DTWilson/BOSSS documentation built on April 14, 2025, 8:35 a.m.