We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same issue as #418 except concerning metadata added in #719.
The text was updated successfully, but these errors were encountered:
Can you show me an example and can I ask what version of Optim?
Sorry, something went wrong.
Ran on Optim v1.9.4
using Optim f(x) = (x[1]^2 + x[2] - 11)^2 + (x[1] + x[2]^2 - 7)^2 x0 = [0.0, 0.0] opt = Optim.Options(store_trace = true, trace_simplex = true) res = optimize(f, x0, NelderMead(), opt) tr = Optim.simplex_trace(res)
Thanks, put up a PR for it
Successfully merging a pull request may close this issue.
Same issue as #418 except concerning metadata added in #719.
The text was updated successfully, but these errors were encountered: