-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use Optim version of trust region #269
Conversation
This is failing because Optim.jl hasn't tagged a version with the trust region code yet. @jeff-regier , do you have a preferred method to get a particular commit for Travis? I'm going to try checking out master on Optim in travis, but I'm open to other ways of doing it. |
Hey Ryan, I think the best way forward is to ask them to tag it. Any other On Thu, Aug 11, 2016, 8:27 PM Ryan [email protected] wrote:
|
How about that, the problem literally solved itself overnight. :) Thought it seems it hasn't been pushed to METADATA yet. |
Waiting on JuliaLang/METADATA.jl#5947. |
Don't worry, I'm doing what I can to get it live ;) NelderMead deprecation handling is holding the merge back, but that should be fixed. |
@pkofod no problem! |
By the way, this is the new PR JuliaLang/METADATA.jl#5957 I'm very happy to see you using |
In addition to removing the Celeste trust region code, I move most of the derivative tests back into the main test suite, leaving out only three very slow tests to be run with a custom flag.