cobyqa.problem.ObjectiveFunction# class cobyqa.problem.ObjectiveFunction(fun, verbose, debug, *args)[source]# Real-valued objective function. Attributes: n_evalNumber of function evaluations. nameName of the objective function. Methods __call__(x) Evaluate the objective function.