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

different evaluation mechanisms #77

Open
lucaferranti opened this issue Apr 18, 2022 · 1 comment · Fixed by #82
Open

different evaluation mechanisms #77

lucaferranti opened this issue Apr 18, 2022 · 1 comment · Fixed by #82

Comments

@lucaferranti
Copy link
Member

Currently Moore-Skelboe and BranchAndBound (as in #76 ) directly evaluate the funtcion over the interval (equivalent to natural enclosure). It would be nice to have at least also the mean-form evaluation and allow the user to choose which one to use (MeanFormEnclosure would be an enclosure algorithm itself usable also as standalone)

@schillic
Copy link
Member

This is about

fX = f(X...) # TODO: allow user to choose how to evaluate this (mean value, natural enclosure)

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

Successfully merging a pull request may close this issue.

2 participants