Learn R Programming

ParBayesianOptimization (version 1.0.0)

changeSaveFile: Change Save File Location

Description

Use this to change the saveFile parameter in a pre-existing bayesOpt object.

Usage

changeSaveFile(optObj, saveFile = NULL)

Arguments

optObj

An object of class bayesOpt

saveFile

A filepath stored as a character. Must include the filename and extension as a .RDS.

Value

The same optObj with the updated saveFile.