Skip to content
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

Mirror Optim.jl more closely #1

Open
1 task
cortner opened this issue Nov 13, 2016 · 0 comments
Open
1 task

Mirror Optim.jl more closely #1

cortner opened this issue Nov 13, 2016 · 0 comments

Comments

@cortner
Copy link
Owner

cortner commented Nov 13, 2016

A lot of machinery from Optim can be exploited if we use their notation a bit, e.g. their line-search or in some cases we may even want their actual optimisers. The following points could be considered

  • switch to passing an Objective function like in Optim, which means we need to pass something that has fields obj.f, obj.g, obj.g!, obj.fandg! (I think)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant