ParBayesianOptimization (version 0.0.1)

updateGP: Update Gaussian Process

Description

Either initialize a gaussian process or update the current one.

Usage

updateGP(GP, kern, X, Z, acq, scaleList, parallel)

Arguments

GP

an object of class gp or list

acq

acquisition function type to be used

scaleList

list of scaling parameters for the responses

kernel

a GauPro_kernel_beta S6 class.

Data

the data to either udpate or initialize the gaussian process

Value

A data table of local optimums.