Bayesian Optimization Solver
Parameters
the problem being solved
the evaluator responsible for assessing the quality of solutions
the random number stream number; 0 (the default) means the next available stream
the provider of random number streams; defaults to a fresh RNStreamProvider
the surrogate model; defaults to a GaussianProcessModel
the acquisition function; defaults to ExpectedImprovement
the acquisition optimizer; defaults to SampledAcquisitionOptimizer
the surrogate hyperparameter fitter; defaults to FixedHyperparameters
the initial design strategy; defaults to LatinHyperCubeDesign
the incumbent rule; defaults to BestPosteriorMeanIncumbent
the number of initial design points
the maximum number of BO iterations (after the initial design)
strategy to determine the number of replications per evaluation
an optional name for the solver
Constructs a Bayesian optimization solver using a fixed number of replications per evaluation.
Parameters
the fixed number of replications per evaluation