argmin-rs / argmin

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

Add more test functions to `argmin_testfunctions` #450

Open stefan-k opened 7 months ago

stefan-k commented 7 months ago

There are myriads of test functions which could be supported in argmin_testfunctions. Some sources are:

A few thoughts:

This should be a fairly easy thing to do and is therefore a great starting point for someone who wants to start contributing to argmin.