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

New Bayesian global optimizer #192

Closed
sovrasov opened this issue Jul 10, 2018 · 3 comments
Closed

New Bayesian global optimizer #192

sovrasov opened this issue Jul 10, 2018 · 3 comments

Comments

@sovrasov
Copy link
Contributor

Hello. I have an implementation of one Bayesian-like global optimization method https://github.com/sovrasov/glob_search_nlp_solver. It can handle nonlinear objective functions and functional constraints which satisfy the Lipschitz condition. My implementation supports dimension < 6. According to the NLOpt documentation most of the other methods (like DIRECTl) doesn't handle non-linear constraints (supports only boundary ones). On unconstrained problems this method performs not worse than DIRECT (see paper)
I can prepare PR to NLOpt. Will it be useful?

@stevengj
Copy link
Owner

Sounds great!

@sovrasov
Copy link
Contributor Author

@stevengj I'll try to submit a PR as soon as I study the internal structure of NLOpt.

@stevengj
Copy link
Owner

Closed by #194.

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