Kubnal Bridge

Techniques & Methods

Forward Chaining

Forward chaining is a data-driven reasoning strategy used in rule-based AI systems and expert systems. Starting from available facts, it repeatedly applies inference rules to derive new facts until a goal is reached or no more rules can fire.

Forward chaining is used in automated planning, business rule engines, and production systems. In contrast to backward chaining (which starts from a goal), forward chaining is useful when all starting facts are available and the possible conclusions are manageable in number.

Authority Links

Related Terms