TellData
class qiskit.algorithms.optimizers.TellData(eval_fun=None, eval_jac=None)
Bases: ABC
Base class for argument type of tell().
Parameters
- eval_fun (float |list[float] | None) – Image of the function at
x_fun. - eval_jac (POINT | list[POINT] | None) – Image of the gradient-jacobian at
x_jac.
Attributes
eval_fun
Tipo: float | list[float] | None
Valor predeterminado: None
eval_jac
Tipo: POINT | list[POINT] | None
Valor predeterminado: None
¿Le ha resultado útil esta página?
Informe de un error, de una errata o solicite contenido en GitHub.