iterate: Perform one iteration of Bayesian optimisation

View source: R/iterate.R

iterateR Documentation

Perform one iteration of Bayesian optimisation

Description

Perform one iteration of Bayesian optimisation

Usage

iterate(solution, problem, N, design = NULL)

Arguments

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.

Value

An updated BOSSS solution object.


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