argmin-rs / argmin

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

Create visualization of all test functions in `argmin_testfunctions` #451

Open stefan-k opened 5 months ago

stefan-k commented 5 months ago

It would be convenient to have a plot of each test function in the argmin_testfunctions API docs. I'm not sure what the best approach would be, but probably a binary which uses plotters to produce the plots is reasonable. I'm open to other suggestions. For each test function it should be possible to define the domain and the orientation of the plot. Finally the plots need to be added to the docs.