Violation of bounds #414
-
|
opty can easily give the violations of the eoms and the instance constraints. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 3 replies
-
|
If an optimal solution is found, doesn't than mean the bounds are met? |
Beta Was this translation helpful? Give feedback.
-
|
I do not know. The instance constraints also have errors. |
Beta Was this translation helpful? Give feedback.
-
|
You could easily plot dotted lines on the trajectory plots showing the bounds. |
Beta Was this translation helpful? Give feedback.
-
|
Nice idea, would not add additional plots. |
Beta Was this translation helpful? Give feedback.
-
|
I think, it would only make sense to draw these lines if min(x(t) <= a or max(x(t) >= b, where bounds = {x: (a, b)}. Is it worth doing this? |
Beta Was this translation helpful? Give feedback.
-
|
...but this would add an optional kwarg. |
Beta Was this translation helpful? Give feedback.
-
|
I admit it's still a bit in the back of my mind - and yes, you told me otherwise! |
Beta Was this translation helpful? Give feedback.
-
|
Taken care of with PR #419 |
Beta Was this translation helpful? Give feedback.
You could easily plot dotted lines on the trajectory plots showing the bounds.