argmin-rs / argmin

Numerical optimization in pure Rust
http://argmin-rs.org
Apache License 2.0
952 stars 74 forks source link

Add derivatives and Hessians to test functions in argmin_testfunctions #419

Closed stefan-k closed 5 months ago

stefan-k commented 5 months ago

Currently, the derivative and Hessian computation are only implemented for the Rosenbrock test function. The library would be most useful if most (if not all) other test functions had derivatives and Hessians as well. I've decided to open this issue in order to track the progress of this. If anyone is interested in taking on some (or all) of these, feel free to do so.