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

Support GalacticOptim for unconstrained and bound constrained optimization #28

Closed
mohamed82008 opened this issue Mar 27, 2021 · 4 comments

Comments

@mohamed82008
Copy link
Member

Would be nice to support GalacticOptim using the same interface here.

@jlperla
Copy link

jlperla commented Apr 15, 2021

You mean having GalacticOptim calling this interface? Then that would be great! And why not use this as an opportunity to get the galacticoptim interface to support all of these sorts of constraints?

@mohamed82008
Copy link
Member Author

Well there is SciML/Optimization.jl#123 so it's not clear which will call which. I might just specialize here in constrained optimization.

@jlperla
Copy link

jlperla commented Apr 15, 2021

Thanks. Yeah, my dream is to only use galacticoptim as my universal interface for all optimizers (which is what its purpose) so it seams to make sense that it would call this package rather than the other way around. But so far in the interfaces there, it hasn't had enough love on getting the constrained optimization interface correct - so maybe calling this package would be a good resaon to do so.

@mohamed82008
Copy link
Member Author

Closing this since GO/Optimization.jl wraps Nonconvex.

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

2 participants