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
@antoine-levitt has suggested that we require all the line search algorithms to have the same required arguments.
(ls::LineSearch)(ϕ, dϕ, ϕdϕ,alpha0::T, ϕ_0, dϕ_0) where T
That way, we don't need a perform_linesearch wrapper like the one I added to the custom optimizer example.
perform_linesearch
The text was updated successfully, but these errors were encountered:
Suggested where? I agree though.
Sorry, something went wrong.
Suggested on the Optim gitter channel ;)
Closed via #121
No branches or pull requests
@antoine-levitt has suggested that we require all the line search algorithms to have the same required arguments.
That way, we don't need a
perform_linesearch
wrapper like the one I added to the custom optimizer example.The text was updated successfully, but these errors were encountered: