objectives | R Documentation |
Create a set of objectives
objectives(name, out, hyp, weight, binary = NULL)
name |
character vector of objective names. |
out |
character vector denoting which simulation output each objective pertains to. |
hyp |
character vector denoting which hypothesis each objective pertains to. |
weight |
numeric vector of weights assigned to each objective. |
binary |
optional boolean vector denoting if the output of the objective function is binary (TRUE) or continuous (FALSE). |
A data.frame defining the objectives.
objectives(name = c("min_n", "min_k"),
out = c("n", "k"),
hyp = c("alt", "alt"),
weight = c(10, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.