You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use QAOA with scipy.optimize.fmin_l_bfgs_b as my minimizer and no minimize_kwargs (I want to use the default argument), I get the error: fmin_l_bfgs_b() got an unexpected keyword argument 'method'
When I try to use QAOA with
scipy.optimize.fmin_l_bfgs_b
as my minimizer and nominimize_kwargs
(I want to use the default argument), I get the error:fmin_l_bfgs_b() got an unexpected keyword argument 'method'
it's due to this line in
grove/qaoa.py
:It should be replace by a more complex condition that verify if the minimizer is indeed
optimize.minimize
The text was updated successfully, but these errors were encountered: