-
Hi. I'm trying a project to calibrate stochastic volatility in option data. Inside my code, I'm going to try nelder-mead method in order to get the parameters that make an optimum of mean square error. Here is the part of my source code.
In this code, when I define "solver", the compiler says "the trait bound |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi, could you post how you included argmin and argmin-math in your |
Beta Was this translation helpful? Give feedback.
Thanks. This is a strange behaviour. Does it always happen at the same number of iterations? Could you run it with
RUST_BACKTRACE=1
to see the backtrace, please?