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

Re-introduce simplification of unary operators #14

Open
haz opened this issue Apr 5, 2020 · 0 comments
Open

Re-introduce simplification of unary operators #14

haz opened this issue Apr 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@haz
Copy link
Contributor

haz commented Apr 5, 2020

The relaxed-based heuristics typically use unary operators to get the job done. Unfortunately, the simplification process isn't exactly sound for non-deterministic domains. This has only been observed in the probabilistically interesting toy domain of climber, but it may appear elsewhere. The simplification process has been disabled for now, but there should be a way to re-introduce this in the future. For example, we could only remove an operator if the dominating one is deterministic.

@haz haz added the enhancement New feature or request label Apr 5, 2020
@haz haz transferred this issue from another repository Jul 12, 2024
@connoralittle connoralittle transferred this issue from QuMuLab/pr2-old Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant