getParamSet function

Get parameter set.

Get parameter set.

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.

Returns

[ParamSet]

Examples

fn = makeSphereFunction(3L) ps = getParamSet(fn) print(ps)
  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10