Return the internally recorded parameter settings and function values for a test function.
recorded_values(fn)
A function with recorded parameter settings and function values that should be returned.
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.