qiskit/releasenotes/notes/0.25/umda-callback-eb644a49c5a9a...

8 lines
231 B
YAML

---
features:
- |
Added the option to pass a callback to the :class:`.UMDA` optimizer, which allows
to keep track of the number of function evaluations, the current parameters, and the
best achieved function value.