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

Quits if initial point does not satisfy nonlinear constraints #185

Closed
samuelkim314 opened this issue May 15, 2022 · 2 comments
Closed

Quits if initial point does not satisfy nonlinear constraints #185

samuelkim314 opened this issue May 15, 2022 · 2 comments

Comments

@samuelkim314
Copy link

It seems like the optimization will exit after the first iteration with the message FORCED_STOP if the initial point does not satisfy the nonlinear constraints. Is this expected behavior?

@odow
Copy link
Member

odow commented Jan 24, 2023

This depends on the algorithm. Some will work. Some will require primal feasibility of the initial point.

@odow
Copy link
Member

odow commented Jan 25, 2023

Closing as expected behavior. If you have a reproducible example and are still interested in this issue, please re-open.

@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

2 participants