-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prep FPTaylor example #176
Comments
Please put Artem's response here |
(Artem's paraphrased response below) For Linear benchmarks, their inputs can be reduced to [0,1e20] and it may work Link to Example: https://github.com/AYadrov/FPGuard/blob/master/Benchmarks/nonline-interpolation/SAT/interpol.txt Or, probably, a better idea is to go through FPTaylor's examples, like this one: You can rewrite it to FPCore and run in Herbie Can check out other examples on their website: https://monadius.github.io/FPTaylorJS/#/ I think that you can neglect Bounds and focus more on the absolute error, since it is more important. FPTaylor, for some reasons, has infinite bounds even for simple programs |
Use FPTaylor paper example! |
cos example from Artem |
No description provided.
The text was updated successfully, but these errors were encountered: