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

distinguish between direct and iterative methods #81

Merged
merged 3 commits into from
Jun 8, 2022
Merged

Conversation

lucaferranti
Copy link
Member

This PR introduces the subtypes AbstractDirectRangeAlgorithm and AbstractIterativeRangeAlgorithm to distinguish between algorithms that directly evaluate the function over a domain (currently natural enclosure and taylor, in principle also affine arithmetic and mid-value form) from methods that refine the enclosure estimation using optimization methods. The end goal is to allow iterative backends to use different direct backends (e.g. moore-skelboe with either natural enclosure or mean value form) as described in #77.

src/algorithms.jl Outdated Show resolved Hide resolved
Co-authored-by: Christian Schilling <git@christianschilling.net>
@mforets mforets merged commit 61970b9 into master Jun 8, 2022
@mforets mforets deleted the lf-types branch June 8, 2022 05:08
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 this pull request may close these issues.

3 participants