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

Function "NONCVXUN" #321

Open
mahaa2 opened this issue Jan 12, 2024 · 5 comments
Open

Function "NONCVXUN" #321

mahaa2 opened this issue Jan 12, 2024 · 5 comments

Comments

@mahaa2
Copy link

mahaa2 commented Jan 12, 2024

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.

@tmigot
Copy link
Member

tmigot commented Jan 12, 2024

Hi @mahaa2 ! Is this a question about OptimizationProblems.jl more than CUTEst.jl?
It is possible that the comment is not correct, could you elaborate on why do you think it is the case?

@mahaa2
Copy link
Author

mahaa2 commented Jan 13, 2024

Hi @tmigot,

I believe the function with identifier "NONCVXUN" implemented in ADNLPProblems
which I also believe it is the same as in the package CUTEst.jl,
has no unique minimum as is it written in its description, follows -

https://bitbucket.org/optrove/sif/raw/HEAD/NONCVXUN.SIF

@tmigot
Copy link
Member

tmigot commented Jan 15, 2024

Is it a simple feeling or is there any evidence that there is more than one minimum?

@mahaa2
Copy link
Author

mahaa2 commented Jan 15, 2024

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.

@tmigot
Copy link
Member

tmigot commented Jan 16, 2024

Ok, interesting. Though, this needs to be verified analytically too, because the solvers stop at stationary points that could be minima or saddle points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants