Learn R Programming

soobench (version 1.9.18)

recorded_values: Return the internally recorded parameter settings and function values for a test function.

Description

Return the internally recorded parameter settings and function values for a test function.

Usage

recorded_values(fn)

Arguments

fn

A function with recorded parameter settings and function values that should be returned.

Value

A list with elements time, par and value which are the point in time (in number of function evaluations), the parameter setting and the function value recorded. The parameter settings are stored in a matrix where each column is one parameter settings.