Germán Heim
Germán Heim
Hello, In your code you have `.with_sd_tolerance(vec![0.0001, 1.0])` but sd_tolerance should be a float (https://docs.rs/argmin/latest/argmin/solver/neldermead/struct.NelderMead.html) The example works for me: ```plaintext OptimizationResult: Solver: Nelder-Mead method param (best): [1.0033431432617184, 1.0073634384738885], shape=[2],...
What were your previous dependencies?
Oh, sorry, I didn't read that right. I think you were missing `argmin-math`.