Rete algorithm

The Rete algorithm (/ˈrt/ REE-tee, /ˈrt/ RAY-tee, rarely /ˈrt/ REET, /rɛˈt/ reh-TAY) is a pattern matching algorithm for implementing rule-based systems. The algorithm was developed to efficiently apply many rules or patterns to many objects, or facts, in a knowledge base. It is used to determine which of the system's rules should fire based on its data store, its facts. The Rete algorithm was designed by Charles L. Forgy of Carnegie Mellon University, first published in a working paper in 1974, and later elaborated in his 1979 Ph.D. thesis and a 1982 paper.[1]

  1. ^ Charles, Forgy (1982). "Rete: A Fast Algorithm for the Many Pattern/Many Object Pattern Match Problem". Artificial Intelligence. 19: 17–37. doi:10.1016/0004-3702(82)90020-0.