TellData
qiskit.algorithms.optimizers.TellData(eval_fun=None, eval_jac=None)
Bases: ABC
(opens in a new tab)
Base class for argument type of tell()
.
Parameters
- eval_fun (float (opens in a new tab) |list (opens in a new tab)[float (opens in a new tab)] | None) – Image of the function at
x_fun
. - eval_jac (POINT | list (opens in a new tab)[POINT] | None) – Image of the gradient-jacobian at
x_jac
.
Attributes
eval_fun
float | list[float] | None
= None
eval_jac
POINT | list[POINT] | None
= None
Was this page helpful?