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

Support Interval Taylor models #790

Open
lgeretti opened this issue Nov 13, 2024 · 1 comment
Open

Support Interval Taylor models #790

lgeretti opened this issue Nov 13, 2024 · 1 comment
Assignees
Labels
enhancement Something new or different that is an improvement

Comments

@lgeretti
Copy link
Member

We shall enable some factory, supplied as configuration for an integrator, that will allow us to produce singleton or interval coefficients for the functions involved.

@lgeretti lgeretti added the enhancement Something new or different that is an improvement label Nov 13, 2024
@pietercollins
Copy link
Contributor

"Interval" Taylor model has two semantics. Using FloatBounds as coefficients gives an ordinary ValidatedFunction, which should slot directly in to existing solvers. (But the TaylorModel code still needs to be written.) Using UpperInterval as coefficients gives a multivalued function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something new or different that is an improvement
Development

No branches or pull requests

2 participants