iterate | R Documentation |
Perform one iteration of Bayesian optimisation
iterate(solution, problem, N, design = NULL)
solution |
current BOSSS solution. |
problem |
BOSSS problem. |
N |
number of simulations to use when computing Monte Carlo estimates. |
design |
optional vector in the design space to be evaluated. If left NULL, an optimal design will be sought. |
An updated BOSSS solution object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.