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

Possible error in AngelicSearch #85

Open
samagra14 opened this issue Jun 1, 2018 · 0 comments
Open

Possible error in AngelicSearch #85

samagra14 opened this issue Jun 1, 2018 · 0 comments

Comments

@samagra14
Copy link
Contributor

samagra14 commented Jun 1, 2018

The last two lines of the angelicSearch algorithm appear a bit incorrect.

for each sequence in REFINEMENTS(hla, outcome, hierarchy) do
   frontier ← INSERT(APPEND(prefix, sequence, suffix), frontier)

  1. There is no state defined as outcome in the entire algorithm.
  2. We cannot apply the refinements function to a single state as under the angelic semantics we consider an entire set of reachable states.
  3. The refinements function should be modified to accept a set of possible states and it should return all those HLAs which are applicable in at least one of the states in the set.

@norvig Please have a look at this. Please correct me if I am wrong.

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

No branches or pull requests

1 participant