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

Signal a new starting point in nested optimization #80

Closed
ghost opened this issue Jun 2, 2017 · 1 comment
Closed

Signal a new starting point in nested optimization #80

ghost opened this issue Jun 2, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 2, 2017

In a nested (global+local) search (e.g. GN_MLSL_LDS with a local search algorithm), can the local optimizer "signal" that it completed its run and that the global optimizer has moved on to a different starting point?
For example, if one would like to know the number of different starting points that the global algorithm went through before it reached MAXTIME?

@odow
Copy link
Member

odow commented Jan 25, 2023

I think the answer is "no." NLopt.jl just passes the objective function to the NLopt library in C.

Docs are here: https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#mlsl-multi-level-single-linkage

Closing as stale.

@odow odow closed this as completed Jan 25, 2023
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

1 participant