cobyqa.problem.ObjectiveFunction#
- class cobyqa.problem.ObjectiveFunction(fun, verbose, store_hist, hist_size, debug, *args)[source]#
Real-valued objective function.
- Attributes:
Methods
__call__
(x)Evaluate the function.
apply_barrier
([val])Apply the barrier function to the function value.