Content deleted Content added
No edit summary |
m days to years |
||
Line 13:
== Brute force vs. strategy ==
In the early
The second camp took a "[[brute force search]]" approach, examining as many positions as possible using the [[minimax algorithm]] with only the most basic evaluation function. A program might, for example, pay attention only to checkmate, which side has more pieces, and which side has more possible moves, without any attempt at more complicated positional judgement. In compensation, the program would be fast enough to look exhaustively at all positions to a certain depth within its allotted time.
|