-
Notifications
You must be signed in to change notification settings - Fork 4
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
The value of abs_eps and rel_eps #11
Comments
I will look into it this week. Suspect does not support |
I updated the package to version 2.1 on Pypi, it adds |
Thank you a lot. |
Hey Francesco, recently I tied the latest version of I am wondering, is there any plan to further improve this project recently? If not, I will skip the above examples for now. |
Thanks for the report, this week I will take a look at it. |
I tried a lot of examples with the
detect_special_structure
function. In most cases, it works well. However, some cases failed. The main reason is the value of abs_eps in the intersect function in fbbt.The failed examples are
{'4stufen', 'bchoco06', 'bchoco07', 'bchoco08', 'beuster', 'chp_partload', 'contvar', 'ex3pb', 'forest', 'ghg_1veh', 'ghg_2veh', 'ghg_3veh', 'hda', 'heatexch_gen1', 'heatexch_gen2', 'heatexch_gen3', 'minlphix', 'super1', 'super2', 'super3', 'super3t', 'tanksize', 'uselinear'}
hereIn some examples, the gap between new_lower and new_upper is greater than 1e-6 but still very small. For example, the gap of 4stufen is 1.13e-05. However, for some examples, the gap is very big. For example, the gap of bchoco06 is 99990.0.
I am not quite familiar with fbbt, so I am not sure if there is a bug here. Any suggestions for the value of abs_eps and rel_eps?
btw, the oil example contains
log10
function, which is not supported by suspect now. Is there any plan to extend the supported function?Thanks.
The text was updated successfully, but these errors were encountered: