How can I find which constraints are causing infeasibility? #586
Unanswered
juliacaria
asked this question in
Q&A
Replies: 1 comment
-
The algorithm is not able to find a feasible solution. This could be because no exists (in the search space) or because the algorithm is not able to find it. A quick check is running an algorithm on the constraints only (you can use gradient or approximate gradient approaches for this as well). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change how I tackle my problem, but now I'm facing an issue.
How can I find which of constraints are causing infeasiblity?
Beta Was this translation helpful? Give feedback.
All reactions