Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for all types of problems in Bidirectional Search #1144

Closed
@tirthasheshpatel

Description

@tirthasheshpatel

Bidirectional search currently only supports GraphProblem type problems. I think we can add support for all the problem types by storing the nodes instead of states in open/closed list for both directions and calling n.expand(problem) on it to return the next states.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions