Generate random parameter(s) for a given function.
Usage
random_parameters(n, fn)
random_parameter(fn)
Arguments
n
[integer(1)] Number of parameters to generate.
fn
[soo_function] Test function.
Value
For random_parameters, a matrix containing the
parameter settings in the columns of the
matrix. random_parameter returns a numeric vector with a
single parameter setting for the given function.
Details
Given a test function fn, generate n random
parameter settings for that function.