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
Add jacobian method to System trait and gradient and hessian methods to Function trait, with default implementations that use finite differences. Change all solvers to use that instead of finite differences manually.
This will allow the users to specify analytical derivatives if they are available.
The text was updated successfully, but these errors were encountered:
Add
jacobian
method toSystem
trait andgradient
andhessian
methods toFunction
trait, with default implementations that use finite differences. Change all solvers to use that instead of finite differences manually.This will allow the users to specify analytical derivatives if they are available.
The text was updated successfully, but these errors were encountered: