class BBOBNfreeFunction(BBOBFunction):
Known subclasses: cma.bbobbenchmarks.F1
, cma.bbobbenchmarks.F10
, cma.bbobbenchmarks.F11
, cma.bbobbenchmarks.F12
, cma.bbobbenchmarks.F13
, cma.bbobbenchmarks.F14
, cma.bbobbenchmarks.F15
, cma.bbobbenchmarks.F16
, cma.bbobbenchmarks.F17
, cma.bbobbenchmarks.F18
, cma.bbobbenchmarks.F19
, cma.bbobbenchmarks.F2
, cma.bbobbenchmarks.F20
, cma.bbobbenchmarks.F21
, cma.bbobbenchmarks.F22
, cma.bbobbenchmarks.F23
, cma.bbobbenchmarks.F24
, cma.bbobbenchmarks.F3
, cma.bbobbenchmarks.F4
, cma.bbobbenchmarks.F5
, cma.bbobbenchmarks.F6
, cma.bbobbenchmarks.F7
, cma.bbobbenchmarks.F8
, cma.bbobbenchmarks.F9
, cma.bbobbenchmarks._FTemplate
Constructor: BBOBNfreeFunction(iinstance, zerox, zerof, param, **kwargs)
Class of the noise-free functions of BBOB.
Method | noise |
Returns the noise-free function values. |
Inherited from BBOBFunction
:
Method | __eq__ |
Undocumented |
Method | __init__ |
Common initialisation. |
Method | getiinstance |
Designates the instance of the function class. |
Method | setiinstance |
Undocumented |
Method | shape_ |
Undocumented |
Method | shortstr |
Gives a short string self representation (shorter than str(self)). |
Class Variable | xopt |
Undocumented |
Instance Variable | dim |
Undocumented |
Instance Variable | fopt |
Undocumented |
Instance Variable | iinstance |
Undocumented |
Instance Variable | lastshape |
Undocumented |
Instance Variable | param |
Undocumented |
Instance Variable | rseed |
Undocumented |
Instance Variable | zerox |
Undocumented |
Method | _getxopt |
Return the argument of the optimum of the function. |
Method | _setxopt |
Return the argument of the optimum of the function. |
Instance Variable | _iinstance |
Undocumented |
Instance Variable | _xopt |
Undocumented |
Inherited from AbstractTestFunction
(via BBOBFunction
):
Method | __call__ |
Returns the objective function value of argument x. |
Method | evaluate |
Returns the objective function value (in case noisy). |
Method | getfopt |
Returns the best function value of this instance of the function. |
Method | setfopt |
Undocumented |
Method | _evalfull |
return noisy and noise-free value, the latter for recording purpose. |
Instance Variable | _fopt |
Undocumented |