cbx.utils.objective_handling.cbx_objective_f1D#

class cbx.utils.objective_handling.cbx_objective_f1D(f)[source]#

Bases: cbx_objective_fh

apply(x)[source]#

Applies the function f to the input x.

Parameters:

x – The input to the function.

Return type:

The output of the function.