Closed phinate closed 1 year ago
Resolves #463 by correctly instantiating the function signature, and by adding the self._grad_fun alias.
self._grad_fun
Also adds a test to catch this is working (uses the example from #463).
(I've just signed the google CLA also!)
Merged, thanks! In case you are motivated, I believe ScipyBoundedMinimize has the same issue (implicit diff works with positional arguments but not with keyword arguments).
Resolves #463 by correctly instantiating the function signature, and by adding the
self._grad_fun
alias.Also adds a test to catch this is working (uses the example from #463).
(I've just signed the google CLA also!)