qiskit/releasenotes/notes/0.22/update-bfgs-optimizer-29b4f...

6 lines
251 B
YAML

upgrade:
- |
Change the default of maximum number of allowed function evaluations (``maxfun``) in
:class:`.L_BFGS_B` from 1000 to 15000 to match the SciPy default.
This number also matches the default number of iterations (``maxiter``).