Skip to content
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

Better bound for Taylor Model product #80

Open
ulinares opened this issue Jun 26, 2020 · 2 comments
Open

Better bound for Taylor Model product #80

ulinares opened this issue Jun 26, 2020 · 2 comments

Comments

@ulinares
Copy link
Contributor

Playing around with the implementation of the product of Taylor Models given in [1],
I found that his implementation gives a better bound for the resulting Taylor Model, eg, the TaylorModel1 product for f(x) = sin(x), g(x)=cos(x) + x^3, gives the following results

tmprod

Green boxes correspond to the case where the diameter of the bound given by the current implementation is equal
to the diameter of the bound given by the implementation in [1].
Red boxes correspond to the case where the diameter of the bound given by [1] is less than the bound given by the
current implementation.

What do you think about this @lbenet?

[1] A Taylor model toolbox for solving ODEs implemented in MATLAB/INTLAB, Floarian Bünger

@lbenet
Copy link
Member

lbenet commented Jun 26, 2020

Excellent! Can you make a PR?

@lbenet
Copy link
Member

lbenet commented Jun 26, 2020

I think it is worth the extra evaluation and the intersection...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants