Skip to contents

Optimization

Run and extend a Bayesian optimization process.

bayesOpt()
Bayesian Optimization with Gaussian Processes
addIterations()
Run Additional Optimization Iterations
updateGP()
Update Gaussian Processes in a bayesOpt Object

Results

Inspect and act on optimization results.

getBestPars()
Get the Best Parameter Set
getLocalOptimums()
Get Local Optimums of acq From a bayesOpt Object
changeSaveFile()
Change Save File Location
plot(<bayesOpt>)
Plot a bayesOpt object
print(<bayesOpt>)
Print a bayesOpt object