getParamSet: Get parameter set.

getParamSetR Documentation

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

fn = makeSphereFunction(3L)
ps = getParamSet(fn)
print(ps)

jakobbossek/smoof documentation built on Feb. 17, 2024, 2:23 a.m.