Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getLoggedValues

Extract logged values of a function wrapped by a logging wrapper.


Description

Extract logged values of a function wrapped by a logging wrapper.

Usage

getLoggedValues(fn, compact = FALSE)

Arguments

fn

[wrapped_smoof_function]
Wrapped smoof function.

compact

[logical(1)]
Wrap all logged values in a single data frame? Default is FALSE.

Value

[list || data.frame] If compact is TRUE, a single data frame. Otherwise the function returns a list containing the following values:

pars

Data frame of parameter values, i.e., x-values or the empty data frame if x-values were not logged.

obj.vals

Numeric vector of objective vals in the single-objective case respectively a matrix of objective vals for multi-objective functions.

See Also


smoof

Single and Multi-Objective Optimization Test Functions

v1.6.0.2
BSD_2_clause + file LICENSE
Authors
Jakob Bossek [aut, cre], Pascal Kerschke [ctb]
Initial release
2020-02-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.