Description Usage Arguments Value See Also
View source: R/objectiveFunctionEvaluation.R
This function handles the evaluation of the objective function in spot
.
This includes handling of the random number generator stream as well as the actual evaluation.
1 2 3 4 5 6 7 8 | objectiveFunctionEvaluation(
x = NULL,
xnew,
fun,
seedFun = NA,
noise = FALSE,
...
)
|
x |
matrix of already known solutions, to determine whether RNG seeds for new solutions need to be incremented. |
xnew |
matrix of new solutions. |
fun |
objective function to evaluate the solutions in |
seedFun |
initial seed to be used for the random number generator seed. Set to NA to avoid using a fixed seed. |
noise |
parameter specifying whether the target function is noisy. |
... |
parameters passed to |
the matrix ynew, which are the observations for fun(xnew)
spot
for more details on the parameters, e.g., fun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.