qiskit.algorithms.optimizers.SteppableOptimizer.create_result¶
- abstract SteppableOptimizer.create_result()[Quellcode]¶
Returns the result of the optimization.
All the information needed to create such a result should be stored in the optimizer state and will typically contain the best point found, the function value and gradient at that point, the number of function and gradient evaluation and the number of iterations in the optimization.
- Rückgabe
The result of the optimization process.
- Rückgabetyp