Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.optimizers.SteppableOptimizer.tell

SteppableOptimizer.tell(ask_data, tell_data)[ソース]

Updates the optimization state using the results of the function evaluation.

A canonical optimization example using ask() and tell() can be seen in step().

パラメータ
  • 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.