-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
Add RADAM optimizer #842
Add RADAM optimizer #842
Conversation
Good to add it in the tests Also, thanks for the optimiser! |
There's also an export in the Optimize.jl file |
Also did you try the optimizer? i coded this myself tonight and came up with essentially the same code. I tried my code and yours. Both were giving some strange results |
Yeah, it trains but is quite unstable.. |
Looks like the tests are failing. |
As @jamesjscully pointed; needs an export from Optimise.jl |
Should be fixed now |
bors r+ |
Can we also add a news item, please? Thanks! |
Build failed |
News entry added |
Bors failure appears to be unrelated. Thanks @baggepinnen! |
Closes #841