Difference between revisions of "Search Space"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Search * Search Space''' '''Search Space''' refers to the set of all possible solutions in search algorithms. In computer chess this is the comple...")
(No difference)

Revision as of 18:50, 27 April 2018

Home * Search * Search Space

Search Space refers to the set of all possible solutions in search algorithms. In computer chess this is the complete game tree of the root. Within a concrete search process, the search tree is subset of the whole search space.

External Links

Up one Level