Skip to main content
IBM Quantum Platform
Esta página pertence a uma versão antiga do site Qiskit SDK e não existe na versão mais recente. Recomendamos que você migre para a versão mais recente. Consulte as notas sobre a liberação para obter mais informações.

TellData

class qiskit.algorithms.optimizers.TellData(eval_fun=None, eval_jac=None)

GitHub

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 Padrão: None

eval_jac

Tipo: POINT | list[POINT] | None

Valor Padrão: None

Esta página foi útil?
Relate um bug, erro de digitação ou solicite conteúdo no GitHub.