Selective search

A form of calculation that focuses on a few relevant moves and sequences instead of exploring every option equally.

This page is temporarily shown in English. Complete localization will be added in a later stage.

Explanation

Selective search answers the enormous number of possibilities in chess. Every legal move opens several replies, and every reply opens further continuations. A branch is one such possible sequence. Because a person cannot examine every branch to equal depth, they choose a small number and spend most of their time there.

Selection begins with candidate moves, the options chosen for serious examination. The player uses known patterns, features of the position, and forcing moves, such as checks, captures, and direct threats that restrict replies, to decide what deserves attention. Promising branches are explored more deeply, branches with a , a reply proving that the candidate fails, are dropped, and calculation should reach .

Efficiency and risk

The benefit is efficiency: calculation is directed toward decisions likely to matter. The danger is missing an unexpected candidate, fixing attention on one idea too early, or rejecting a defense before understanding it. Research using , which records what a person verbalizes while deciding, can reveal which branches were visited, but it cannot make the selection correct.

In computer chess, the term also describes techniques by which a , a program that calculates positions, reduces or extends parts of its search. The broad principle is similar, unequal allocation of resources, but programmed criteria are not identical to human attention and pattern recognition.

Common confusions

Calculating very little

Selective does not mean shallow. A chosen branch may require deep calculation and careful evaluation.

Exploring every move

Complete search is impossible in normal positions. Quality depends on good selection and checks for omitted candidates.

Related terms

© __2026__ __MindZug__