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

Extend CachedMinkowskiSumArray to support function #3278

Open
schillic opened this issue Apr 7, 2023 · 0 comments
Open

Extend CachedMinkowskiSumArray to support function #3278

schillic opened this issue Apr 7, 2023 · 0 comments
Labels
extension ⬆️ Extension of an existing feature performance 🐎 More efficient code

Comments

@schillic
Copy link
Member

schillic commented Apr 7, 2023

Currently the CachedMinkowskiSumArray stores the support vector. But the struct could equally store the support function.

The user should determine which of those is stored in the constructor. The implementation for the support function then depends on this choice (use the current default if the support vector is stored, or use a (basically identical) new implementation otherwise).

@schillic schillic added performance 🐎 More efficient code extension ⬆️ Extension of an existing feature labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension ⬆️ Extension of an existing feature performance 🐎 More efficient code
Projects
None yet
Development

No branches or pull requests

1 participant