Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.optimizers.SteppableOptimizer.evaluate

abstract SteppableOptimizer.evaluate(ask_data)[código fonte]

Evaluates the function according to the instructions contained in ask_data.

If the user decides to use step() instead of ask() and tell() this function will contain the logic on how to evaluate the function.

Parâmetros

ask_data (AskData) – Contains the information on how to do the evaluation.

Retorno

Data of all relevant information about the function evaluation.

Tipo de retorno

TellData