Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e717439

Browse files
committedMay 11, 2024
fixed a comment
1 parent 6f6113d commit e717439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎inference_engine_algorithms/forward_chaining.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
The forward-chaining algorithm PL-FC-ENTAILS? (KB, q) determines if a single proposition
33
symbol q—the query—is entailed by a knowledge base of definite clauses. It begins from
44
known facts (positive literals) in the knowledge base.
5-
known facts (positive literals) in the knowledge base.
65
76
Reference: https://dl.ebooksworld.ir/books/Artificial.Intelligence.A.Modern.Approach.4th.Edition.Peter.Norvig.%20Stuart.Russell.Pearson.9780134610993.EBooksWorld.ir.pdf
87

0 commit comments

Comments
 (0)
Please sign in to comment.