qiskit.algorithms.optimizers.SteppableOptimizer.tell¶ SteppableOptimizer.tell(ask_data, tell_data)[source]¶ Updates the optimization state using the results of the function evaluation. A canonical optimization example using ask() and tell() can be seen in step(). Parameters ask_data (AskData) -- Contains the information on how the evaluation was done. tell_data (TellData) -- Contains all relevant information about the evaluation of the objective function.