-
Notifications
You must be signed in to change notification settings - Fork 20
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
Function "NONCVXUN" #321
Comments
Hi @mahaa2 ! Is this a question about OptimizationProblems.jl more than CUTEst.jl? |
Hi @tmigot, I believe the function with identifier "NONCVXUN" implemented in ADNLPProblems |
Is it a simple feeling or is there any evidence that there is more than one minimum? |
Set the model. Given it random initial values. For each of them optimize the function, and set very small criteria. (discrepancy between consecutive function values and gradients) It seems to end up in different points optimal points. |
Ok, interesting. Though, this needs to be verified analytically too, because the solvers stop at stationary points that could be minima or saddle points. |
Hi,
Using the packages OptimizationProblems and ADNLPProblems,
it seems that the function above does not have unique minimum as it is written in its description.
Actually seems to have many.
Please check.
The text was updated successfully, but these errors were encountered: