qiskit.algorithms.optimizers.SteppableOptimizer.evaluate¶ abstract SteppableOptimizer.evaluate(ask_data)[source]¶ 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. Paramètres ask_data (AskData) – Contains the information on how to do the evaluation. Renvoie Data of all relevant information about the function evaluation. Type renvoyé TellData