| addIterations | Run Additional Optimization Iterations |
| bayesOpt | Bayesian Optimization with Gaussian Processes |
| changeSaveFile | Change Save File Location |
| getBestPars | Get the Best Parameter Set |
| getLocalOptimums | Get Local Optimums of the Acquisition Function From a bayesOpt Object Returns all local optimums of the acquisition function, no matter the utility. 'gsPoints' points in the parameter space are randomly initialized, and the L-BFGS-B method is used to find the closest local optimum to each point. dbscan is then used to cluster points together which converged to the same optimum - only unique optimums are returned. |
| plot.bayesOpt | Plot a 'bayesOpt' object |
| print.bayesOpt | Print a 'bayesOpt' object |
| updateGP | Update Gaussian Processes in a bayesOpt Object |