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

Plotting mechanism for polynomial zonotopes #2966

Closed
mforets opened this issue May 28, 2022 · 1 comment · Fixed by #2976
Closed

Plotting mechanism for polynomial zonotopes #2966

mforets opened this issue May 28, 2022 · 1 comment · Fixed by #2976
Assignees
Labels
plots 🎨 Related to plotting

Comments

@mforets
Copy link
Member

mforets commented May 28, 2022

In principle the mechanism would be a replica of overapproximate(X::TaylorModelReachSet, Zonotope; kwargs...), but without the time domain, ie. the relevant keywords are dom (to choose a subdomain of [-1, 1]^n, and nsdiv, partition to partition such domain. The result is either a zonotope or a union of zonotopes. We can have a similar method with Hyperrectangle as output.

cc: @lucaferranti

@mforets mforets added the plots 🎨 Related to plotting label May 28, 2022
@mforets
Copy link
Member Author

mforets commented Jun 5, 2022

This will be basically implemented in #2972; it will only remain to add a plot recipe here, which first overapproximates the PZ with a union of Z and then calls the appropriate plot recipe.

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

Successfully merging a pull request may close this issue.

2 participants