-
Notifications
You must be signed in to change notification settings - Fork 35
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
Communicate f-value back to caller? #10
Comments
But see Optim.jl #288 |
If some version of what's discussed there is implemented, I guess this will be automatically sorted. |
I agree |
note that some line searches will also have gradient information that should also be communicated back. |
Hopefully this can be sorted out after JuliaNLSolvers/Optim.jl#337 |
This can be closed now, right? |
Yep, should be fixed with #37 |
The linesearches communicates the step length back to the caller, but not the objective value.
We should pass the objective value back as well to stop unnecessary calls of the objective function in
Optim
andNLOpt
NLSolve
The text was updated successfully, but these errors were encountered: