NLopt.jl
NLopt.jl copied to clipboard
Signal a new starting point in nested optimization
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?