You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess there can be any number of things that have changed in the years since that example was run. My guess would be that the diff eq solver behaves slightly differently or somthing, causing convergence to a different point.
To solve similar problem in MATLAB, we use "rng default"
its similar to seed based random number generator. My guess if you use similar command in Julia and apply optimization gives always same result. thank you
Setting the random seed is good for reproducibility in general, but I don't think that's the problem here, there is nothing random in this example. The difference is probably because some library has changed slightly over the years.
Hi,
When I try autotuning.ipynb, I got the result like
which is different from the result in the example at Out[41].
I tried to change the initial state to a non-zero vector to achieve a similar response
May I ask why the example doesn't output the same result?
The text was updated successfully, but these errors were encountered: