You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently C(constraint, X) only returns the contracted box.
But it calculates C.forward(X), i.e. the forward image under the function, as the first part of the process.
Given that it calculates this and this info is useful, it should return it.
The text was updated successfully, but these errors were encountered:
I was about to post the same comment.
It would be great to get the interval image of the function, so that we know:
if the constraint was already satisfied
therefore, if the contractor should be called in later iterations
We can of course evaluate the function itself, but then we perform 2 evaluations. Based on your second message, I gather that this feature is not planned?
Best,
Currently
C(constraint, X)
only returns the contracted box.But it calculates C.forward(X), i.e. the forward image under the function, as the first part of the process.
Given that it calculates this and this info is useful, it should return it.
The text was updated successfully, but these errors were encountered: