-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
API to access trace #246
Comments
Yes, I thought it was already possible, but I think I only did that for Optim, https://github.com/JuliaNLSolvers/Optim.jl/blob/master/src/api.jl#L8 . Should be possible to more or less copy those here. |
it seems that in a recent version the
|
Seems like a bug. I'll look. |
I think you always had to use |
So store_trace and extended_trace need to be true? |
Yes, that's also what you did in the first comment. |
This is to avoid storing all the arrays unless you're very certain that you want to. It's the same in Optim where the |
Oh no! Of course. Sorry! |
i'd find it very handy to get both x and F traces from a returned object, like
basically a shortcut for
thoughts?
The text was updated successfully, but these errors were encountered: