In state-space search, a state space is formally represented as a tuple S : ⟨ S , A , Action ( s ) , Result ( s , a ) , Cost ( s , a ) ⟩ {\displaystyle S:\langle S,A,\operatorname {Action} (s),\operatorname {Result} (s,a),\operatorname {Cost} (s,a)\rangle } , in which:
According to Poole and Mackworth, the following are uninformed state-space search methods, meaning that they do not have any prior information about the goal's location.1
These methods take the goal's location in the form of a heuristic function.2 Poole and Mackworth cite the following examples as informed search algorithms:
Poole, David; Mackworth, Alan. "3.5 Uninformed Search Strategies‣ Chapter 3 Searching for Solutions ‣ Artificial Intelligence: Foundations of Computational Agents, 2nd Edition". artint.info. Retrieved 7 December 2017. http://artint.info/2e/html/ArtInt2e.Ch3.S5.html ↩
Poole, David; Mackworth, Alan. "3.6 Heuristic Search‣ Chapter 3 Searching for Solutions ‣ Artificial Intelligence: Foundations of Computational Agents, 2nd Edition". artint.info. Retrieved 7 December 2017. http://artint.info/2e/html/ArtInt2e.Ch3.S6.html ↩