German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.optimizers.SteppableOptimizer.evaluate

abstract SteppableOptimizer.evaluate(ask_data)[Quellcode]

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.

Parameter

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

Rückgabe

Data of all relevant information about the function evaluation.

Rückgabetyp

TellData