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
We need to discuss how we want to deal with these numerical errors when converting from Star to Box to Zono to use these methods. For now, we could add some warnings if the adaptive algorithms are used.
This is not a one-of-a-kind error; I have been able to reproduce this error with other examples. A quick fix could be to overapproximate the values of ub and lb of the Box conversion with single precision and once the zonotope is generated convert the center and generators of the zonotope to double precision. This seems to fix this problem, at least in the examples where I have encountered this error.
The text was updated successfully, but these errors were encountered:
Functions to reproduce error:
Vanderpol dynamics function to use:
Error log
Numerical error:
We need to discuss how we want to deal with these numerical errors when converting from Star to Box to Zono to use these methods. For now, we could add some warnings if the adaptive algorithms are used.
This is not a one-of-a-kind error; I have been able to reproduce this error with other examples. A quick fix could be to overapproximate the values of ub and lb of the Box conversion with single precision and once the zonotope is generated convert the center and generators of the zonotope to double precision. This seems to fix this problem, at least in the examples where I have encountered this error.
The text was updated successfully, but these errors were encountered: