Git Product home page Git Product logo

Comments (8)

yutakang avatar yutakang commented on May 27, 2024

I decided to keep all the labelled edges that have been already tried in the graph even if they failed.

The reason for this decision is the following:

If we leave such edges in the graph, these edges let me know what steps have been already tried for the corresponding or-nodes.

This information is likely help us when we change our evaluation strategy from the depth-first search to the best-first search.

from psl.

yutakang avatar yutakang commented on May 27, 2024

Still, there are things that do not seem right about cut_edge_to_andnode_if_no_parental_ornode_can_be_proved_assmng_subgoals.

from psl.

yutakang avatar yutakang commented on May 27, 2024

These issues are addressed in 8d490fc.

from psl.

yutakang avatar yutakang commented on May 27, 2024

I decided to keep all the labelled edges that have been already tried in the graph even if they failed.

The reason for this decision is the following:

If we leave such edges in the graph, these edges let me know what steps have been already tried for the corresponding or-nodes.

This information is likely help us when we change our evaluation strategy from the depth-first search to the best-first search.

There aren't enough benefits in doing so to justify this complexity of the code.

Even after we adopt the best-first search, we still have to work on the same or-node multiple times.

If necessary, we can cache the results in a separate table, as well.

from psl.

yutakang avatar yutakang commented on May 27, 2024

I decided to keep all the labelled edges that have been already tried in the graph even if they failed.

The reason for this decision is the following:

If we leave such edges in the graph, these edges let me know what steps have been already tried for the corresponding or-nodes.

This information is likely help us when we change our evaluation strategy from the depth-first search to the best-first search.

Haha. I am even failing to save the failed or2and edges :D

https://github.com/data61/PSL/blob/8d490fc3ef6ee80cda8cc4f07cb64cd6c2d09ff0/Abduction/Seed_Of_And_Node.ML#LL158C3-L158C3

from psl.

yutakang avatar yutakang commented on May 27, 2024

This function is also badly implemented.

val script_opt: string option =

from psl.

yutakang avatar yutakang commented on May 27, 2024

This function is also badly implemented.

val script_opt: string option =

This issue is fixed in 8a95d25.

from psl.

yutakang avatar yutakang commented on May 27, 2024

It is mostly fixed now.
The new flow is explained here.

We still need to work on bunched conjecturing. But that will be handled in a different issue.

#205

from psl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.