Newton's method?
Open
bug
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 76
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
I'd like to apply Newton's method on a convex problem. When I try `jaxopt.ScipyMinimize` with `method="trust-exact"` I get the error:
```
ValueError: Hessian matrix is required for trust region exact minimization.
```
Is there a way to pass the Hessian matrix? Even better, is there a plan to re-implement some of the scipy minimize algorithms inside `jaxopt`?
**EDIT:** My code does seem to work when I switch to `method="newton-cg"`.
Contributor guide
Assessment
This issue has not been assessed yet.