configureBBComp: Set global configuration options.

Description Usage Arguments Value

Description

This call is optional, however, it can only occur before login.

Usage

1
configureBBComp(history, logfilepath)

Arguments

history

[logical(1)]
Enable history? Enabling the history has the effect that each single function evaluation is logged to local files. This means that this information is available even after a program crash or power outage, possibly allowing an implementation to recover gracefully and continue the optimization run. The downside is that the files may grow as large as 30 GB, which may be an issue in some restricted environments. Also, the history information may not be of value to all optimizers. This is why it can be turned off.

logfilepath

[character(1)]
This path is prepended to file names of log files. This gives the user control over where to store these files.

Value

[invisible(NULL)].


berndbischl/bbcompr documentation built on May 12, 2019, 4:28 p.m.