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

Disable fast path update for minimum distance to hyper rectangle for Chebyshev since it doesn't work #192

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KristofferC
Copy link
Owner

It is unclear to me if this "optimization" can be done with Chebyshev but at least it gives the wrong values now (see the added test I made by just asserting that the optimized min computation gave the same result as the one from scratch) so disable it for now.

Have to benchmark that pulling this computation out into its own function didn't make things worse.

KristofferC added 3 commits June 19, 2024 11:14
This doesn't work right now and I am not sure the "nonlinearity" of the min call allows it to work
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.

1 participant