You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: