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

:random mode in find-plans is quite inefficient #128

Open
rpgoldman opened this issue Feb 27, 2023 · 0 comments
Open

:random mode in find-plans is quite inefficient #128

rpgoldman opened this issue Feb 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rpgoldman
Copy link
Contributor

Currently it is implemented by doing a non-destructive random permutation of all options.

In many cases, though, we do not need to backtrack -- a random set of planning decisions should always yield a plan, or at least almost always do so. In that case it would be better to randomly choose one alternative. Possibly this could be implemented using a :random-one modification of :random mode.

@rpgoldman rpgoldman added the enhancement New feature or request label Feb 27, 2023
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