Learn R Programming

smoof (version 1.5)

getParamSet: Get parameter set.

Description

Each smoof function contains a parameter set of type ParamSet assigned to it, which describes types and bounds of the function parameters. This function returns the parameter set.

Arguments

fn

[smoof_function] Objective function.

Value

[ParamSet]

Examples

Run this code
# NOT RUN {
fn = makeSphereFunction(3L)
ps = getParamSet(fn)
print(ps)
# }

Run the code above in your browser using DataLab