Skip to content
Discussion options

You must be logged in to vote

Backward chaining is also known as backward deduction or backward reasoning method when using an inference engine.
It is a form of reasoning,which starts with goal and works backward to determine what facts must be asserted so that goal can be achieved.
It is top-down approach.
It is called a goal-driven approach,as a list of goals decides which rules are selected and used.
It is used in game theory,automated theorem proving tools, inference engine,....

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mssanamateen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants