qiskit.algorithms.optimizers.SteppableOptimizer.step¶ SteppableOptimizer.step()[ソース]¶ Performs one step in the optimization process. This method composes ask(), evaluate(), and tell() to make a 「step」 in the optimization process.