Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I need to do a assignment about backward chaining. I understand the basic concept of the backwards chaining.
However, i have no idea how to apply it.

I want to ask which sample AI problem can be solved by it.

Eg, 8 puzzle can be solved by depth first search.

Thank you.
Posted

1 solution

Backward chaining is more like finding what initial conditions form a path to your goal. As a basis, it is kind of backward search from the goals to conditions.

Sorry I couldn't find some tutorial. There may be some in my repository, and I'll let you know if found.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900