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
* small typo fix in ValueGradFunction docstring, extra_args -> extra_vars
* added different interface to scipy optimizers, removed errors
* change error if optimization result is bad to warning
* remove test for optimization error, remove transform=None, update find_MAP call args
* update find_MAP call arg
* small docstring change
* remove blank links, remove extraneous callback arg
* remove unused imports
* test fail with precision a bit off, 9.996 vs. 10. Switching to previous default method of BFGS.
* removed optimization check (since 'return_raw' is an option), added 'include_transformed'
* remove unused import
* need include_transformed=True
0 commit comments