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

Find multiple local minima? #129

Closed
JMmontilla opened this issue Mar 1, 2019 · 1 comment
Closed

Find multiple local minima? #129

JMmontilla opened this issue Mar 1, 2019 · 1 comment

Comments

@JMmontilla
Copy link

Hello, I come from using MULTISTART in Matlab that gives not only the best solution found but also the rest of local minima that it found along the search. Is there a way to do this in any of the algorithms of NLopt?

Thanks in advance.

@odow
Copy link
Member

odow commented Mar 3, 2022

NLopt has: https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#mlsl-multi-level-single-linkage

Otherwise, you should check out: https://github.com/tpapp/MultistartOptimization.jl

Closing since this isn't something to be implemented in NLopt.jl.

@odow odow closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants