FACTOID # 144: A three-minute local phone call in Ecuador costs 60 U.S. cents, 60 times as much as in Ukraine, Macedonia, Saudi Arabia, Nepal, or Uzbekistan.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Endgame tablebase
A typical interface for querying a tablebase. For every White move, the tablebase gives the number of moves needed to win. Kc6 and Qa6+ win in five moves, so they are the optimal moves.
A typical interface for querying a tablebase. For every White move, the tablebase gives the number of moves needed to win. Kc6 and Qa6+ win in five moves, so they are the optimal moves.

An endgame tablebase is a computerized database of all chess positions within certain endgames. The tablebase reveals the game-theoretical value of each position (win, loss, or draw), and how many moves it will take to achieve that result with perfect play. Thus, the tablebase acts as an oracle, always providing the optimal moves for both White and Black. Image File history File links No higher resolution available. ... Image File history File links No higher resolution available. ... This article is about computing. ... For other uses, see Chess (disambiguation). ... EndGame is the name of a 1997 story arc of the Sonic the Hedgehog comic book published by published by Archie Comics. ... Game theory is often described as a branch of applied mathematics and economics that studies situations where multiple players make decisions in an attempt to maximize their returns. ... In chess, a draw is one of the possible outcomes of a game, the others being a win for white and a win for black. ... In game theory, perfect play is the behavior or strategy of a player which leads to the best possible outcome for that player, and if there are multiple options with the same outcome perfect play is usually considered the fastest method for getting a good result, or the slowest time... In complexity theory and computability theory, an oracle machine is an abstract machine used to study decision problems. ...


Tablebases are generated by retrograde analysis, working backwards from a checkmated position. Tablebases have solved chess for every position with six or fewer pieces (including the two kings). The results of the solution have profoundly advanced the chess community's understanding of endgame theory. Some positions which humans had analyzed as draws were proved to be winnable; the tablebase could see a mate in 100 moves or more, far beyond the horizon of both humans and computers. Tablebases have enhanced competitive play and facilitated the composition of endgame studies. They provide a powerful analytical tool, enabling students of chess to discover its deepest secrets. Black to move. ... For other uses, see Checkmate (disambiguation). ... The horizon effect (or horizon problem) is an unsolved problem in AI. When searching a large game tree (for instance using minimax or alpha-beta pruning) it is often not feasible to search the entire tree, so the tree is normally only partially searched. ... An endgame study, or just study, is a composed chess position—that is, one that has been made up rather than one from an actual game—presented as a sort of puzzle, in which the aim of the solver is to find a way for White, moving first...

Contents

Background

In principle, it is possible to solve any game under the condition that the complete state is known and there is no random chance. Strong solutions are known for some simple games, such as Tic Tac Toe (draw with perfect play) and Connect Four (first player wins), and in July 2007 for checkers using "Chinook" (draw with perfect play). Other games, such as chess (from the starting position) and Go, have not been solved because their game complexity is too vast for computers to evaluate all possible positions. To reduce the game complexity, researchers have modified these complex games by reducing the size of the board, or the number of pieces, or both. A two player game can be solved on several levels [1] [2]: Ultra-weak In the weakest sense, solving a game means proving whether the first player will win, lose, or draw from the initial position, given perfect play on both sides. ... “Noughts and Crosses” redirects here. ... Connect Four (also known as Plot Four) is a two-player board game in which the objective is to be the first to get four of ones own discs in a line. ... English draughts, also called American checkers or straight checkers, commonly called checkers in the U.S., but commonly called draughts in some other countries, is a form of the draughts board game played on an 8×8 board with 12 pieces on each side that may only move and capture... Chinook is a computer program that plays English draughts, developed around 1989 at the University of Alberta, led by Jonathan Schaeffer. ... Go is a strategic, two-player board game originating in ancient China between 2000 BC and 200 BC. Go is a popular game in East Asia. ... Combinatorial game theory has several ways of measuring game complexity. ...


Computer chess is one of the oldest domains of artificial intelligence, having begun in the 1940s. Claude Shannon proposed formal criteria for evaluating chess moves in 1949. In 1951, Alan Turing designed a primitive chess playing program, which assigned values for material and mobility; the program "played" chess based on Turing's manual calculations (Levy & Newborn 1991:25-38). However, even as competent chess programs began to develop, they exhibited a glaring weakness in playing the endgame. Programmers added specific heuristics for the endgame – for example, the king should move to the center of the board (Levy & Newborn 1991:129-30). However, a more comprehensive solution was needed. 1990s Pressure-sensory Chess Computer with LCD screen The idea of creating a chess-playing machine dates back to the eighteenth century. ... Bold text[[Link title]] “AI” redirects here. ... Claude Shannon Claude Elwood Shannon (April 30, 1916 – February 24, 2001), an American electrical engineer and mathematician, has been called the father of information theory,[1] and was the founder of practical digital circuit design theory. ... Alan Mathison Turing, OBE, FRS (23 June 1912 – 7 June 1954) was an English mathematician, logician, and cryptographer. ... A typical interface for querying a tablebase. ... Look up Heuristic in Wiktionary, the free dictionary. ... Staunton chess pieces, left to right: pawn, rook, knight, bishop, queen, and king. ... A typical interface for querying a tablebase. ...


In 1965, Richard Bellman proposed the creation of a database to solve chess and checkers endgames using retrograde analysis (Stiller 1995:84).[1] Instead of analyzing forward from the position currently on the board, the database would analyze backward from positions where one player was checkmated. Thus, a chess computer would no longer need to analyze endgame positions during the game because they were solved beforehand. It would no longer make mistakes because the tablebase always played the best possible move. Richard Ernest Bellman (1920–1984) was an applied mathematician, celebrated for his invention of dynamic programming in 1953, and important contributions in other fields of mathematics. ... starting position on a 10×10 draughts board Draughts, also known as checkers, is a group of mental sport board games between two players which involve diagonal moves of uniform pieces and mandatory captures by jumping over the enemys pieces. ... Black to move. ... For other uses, see Checkmate (disambiguation). ...


In 1970, Thomas Ströhlein published a doctoral thesis[2][3] with analysis of the following classes of endgame: KQK, KRK, KPK, KQKR, KRKB, and KRKN (see Endgame classification).[4] Ken Thompson and others helped extend tablebases to cover all four- and five-piece endgames, including in particular KBBKN, KQPKQ, and KRPKR (Levy & Newborn 1991:144).[5] Lewis Stiller published a thesis with research on some six-piece tablebase endgames in 1995 (Stiller 1995:68-113).[6] EndGame is the name of a 1997 story arc of the Sonic the Hedgehog comic book published by published by Archie Comics. ... Ken Thompson Kenneth Thompson (born February 4, 1943) is a pioneer of computer science notable for his contributions to the development of the C programming language and the UNIX operating system. ... A typical interface for querying a tablebase. ...


More recent contributors have included the following people:

  • Eugene Nalimov, after whom the popular Nalimov tablebases are named;
  • Eiko Bleicher, who has adapted the tablebase concept to a program called "Freezer" (see below);
  • Guy Haworth, an academic at the University of Reading, who has published extensively in the ICGA Journal;
  • Marc Bourzutschky and Yakov Konoval, who have collaborated to analyze endgames with seven pieces on the board.

The analysis of all endgames with up to six pieces (including the two kings) was completed in 2006. (However, tablebases with five pieces against a lone king have not been produced because the result is almost always obvious.) The tablebases for all positions with up to six pieces are available for free download, or can be queried on the web (see the external links below). Research on seven-piece tablebases is ongoing and may be completed by the end of 2015.[7] If and when such seven-piece tablebases become complete, composing a traditional miniature will become obsolete. Eugene Nalimov (born 1965 in Novosibirsk, former U.S.S.R.) is a chess programmer and Microsoft employee. ... Whiteknights Lake Whiteknights Lake in winter The University Great Hall, on the London Road Campus The University of Reading is a university in the English town of Reading, Berkshire. ... This is a list of terms used in chess problems. ...


Generating tablebases

Metrics: Depth to conversion and depth to mate

Before creating a tablebase, a programmer must choose a metric of optimality – in other words, he must define at what point a player has "won" the game. Every position can be defined by its distance (i.e. the number of moves) from the desired endpoint. Two metrics are generally used: Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... In mathematics a metric or distance function is a function which defines a distance between elements of a set. ...

  • Depth to mate (DTM). Checkmate is considered the only way to win.
  • Depth to conversion (DTC). The stronger side can also win by capturing material, thus converting to a simpler endgame. For example, in KQKR, conversion occurs when White captures the Black rook.

Haworth has discussed two other metrics, namely "depth to zeroing-move" (DTZ) and "depth by the rule" (DTR). These metrics correct for the fifty move rule, but few tablebases with these metrics have been released to the public.[8] The fifty move rule in chess states that a player can claim a draw if no capture has been made and no pawn has been moved in the last fifty consecutive moves. ...


The difference between DTC and DTM can be understood by analyzing the diagram at right. How White should proceed depends on which metric is used.

Metric Play DTC DTM
DTC 1. Qxd1 Kc8 2. Qd2 Kb8 3. Qd8 mate 1 3
DTM 1. Qc7+ Ka8 2. Qa7 mate 2 2

According to the DTC metric, White should capture the rook because that "wins" immediately (DTC = 1), but it will take two more moves to checkmate (DTM = 3). In contrast according to the DTM metric, White mates in two moves, so DTM = DTC = 2.


This difference is typical of many endgames. Usually DTC is smaller than DTM, but the DTM metric leads to the quickest checkmate. Exceptions occur where the weaker side has only a king, and in the unusual endgame of two knights versus one pawn; there DTC = DTM because either there is no defending material to capture or capturing the material does no good. (Indeed, capturing the defending pawn in the latter endgame results in a draw.) The two knights ending is a chess endgame with a king and two knights versus a king, possibly with a pawn or two. ...


Step 1: Generating all possible positions

Once a metric is chosen, the first step is to generate all the positions with a given material. For example, to generate a DTM tablebase for the endgame of king and queen versus king (KQK), the computer must describe the 40,000 unique legal positions in an array. Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... This article does not cite any references or sources. ...


Levy and Newborn explain that the number 40,000 derives from a symmetry argument. The Black king can be placed on any of ten squares: a1, b1, c1, d1, b2, c2, d2, c3, d3, and d4 (see diagram). On any other square, its position can be considered equivalent by symmetry of rotation or reflection. Thus, there is no difference whether a Black king in a corner resides on a1, a8, h8, or h1. Multiply this number of 10 by at most 64 squares for placing the White king and then by at most 64 squares for the White queen. The product 10×64×64 = 40,960. Several hundred of these positions are illegal, impossible, or symmetrical reflections of each other, so the actual number is somewhat smaller (Levy & Newborn 1991:140-43).[9] Sphere symmetry group o. ... A typical interface for querying a tablebase. ...


For each position, the tablebase evaluates the situation separately for White-to-move and Black-to-move. Assuming that White has the queen, almost all the positions are White wins, with checkmate forced in not more than ten moves. Some positions are draws because of stalemate or the unavoidable loss of the queen. Stalemate is a situation in chess where the player whose turn it is to move has no legal moves but is not in check. ...


Each additional piece added to a pawnless endgame multiplies the number of unique positions by about a factor of sixty – the approximate number of squares not already occupied by other pieces. Pawnless chess endgames are chess endgames in which only a few pieces remain, and none of them are pawns. ...


Endgames with one or more pawns increase the complexity because the symmetry argument is reduced. Since pawns can move forward but not sideways, rotation and vertical reflection of the board produces a fundamental change in the nature of the position. The best calculation of symmetry is achieved by limiting one pawn to 24 squares in the rectangle a2-a7-d7-d2. All other pieces and pawns may be located in any of the 64 squares with respect to the pawn. Thus, an endgame with pawns has a complexity of 24/10 = 2.4 times a pawnless endgame with the same number of pieces.


Step 2: Evaluating positions using retrograde analysis

Tim Krabbé explains the process of generating a tablebase as follows: Tim Krabbé (born April 13, 1943 in Amsterdam) is a distinguished Dutch journalist and novelist. ...

"The idea is that a database is made with all possible positions with a given material [note: as in the preceding section]. Then a subdatabase is made of all positions where Black is mate. Then one where White can give mate. Then one where Black cannot stop White giving mate next move. Then one where White can always reach a position where Black cannot stop him from giving mate next move. And so on, always a ply further away from mate until all positions that are thus connected to mate have been found. Then all of these positions are linked back to mate by the shortest path through the database. That means that, apart from 'equi-optimal' moves, all the moves in such a path are perfect: White's move always leads to the quickest mate, Black's move always leads to the slowest mate."[10]

Figure 1 illustrates the idea of retrograde analysis. White mates in two moves with 1. Kc6, leading to the position in Figure 2. Then if 1...Kb8 2. Qb7 mate, and if 1...Kd8 2. Qd7 mate (Figure 3).


Figure 3, before White's second move, is defined as "mate in one ply." Figure 2, after White's first move, is "mate in two ply," regardless of how Black plays. Finally, the initial position in Figure 1 is "mate in three ply" (i.e., two moves) because it leads directly to Figure 2, which is already defined as "mate in two ply." This process, which links a current position to another position that could have existed one ply earlier, can continue indefinitely. In chess, ply refers to a half-move: one turn of one of the players. ...


Each position is evaluated as a win or loss in a certain number of moves. At the end of the retrograde analysis, positions which are not designated as wins or losses are necessarily draws.


Image File history File links Chess_zhor_22. ... Image File history File links Chess_zver_22. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links Chess_zver_22. ... Image File history File links Chess_zhor_22. ... Image File history File links Chess_zhor_22. ... Image File history File links Chess_zver_22. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links Chess_zver_22. ... Image File history File links Chess_zhor_22. ... Image File history File links Chess_zhor_22. ... Image File history File links Chess_zver_22. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links Chess_zver_22. ... Image File history File links Chess_zhor_22. ...


Step 3: Verification

After the tablebase has been generated, and every position has been evaluated, the result must be verified independently. The purpose is to check the self-consistency of the tablebase results.[11] The Novikov self-consistency principle, also known as the Novikov self-consistency conjecture, is a principle developed by Dr. Igor Novikov in the mid-1980s to solve the problem of paradoxes in time travel. ...


For example, in Figure 1 above, the verification program sees the evaluation "mate in three ply (Kc6)." It then looks at the position in Figure 2, after Kc6, and sees the evaluation "mate in two ply." These two evaluations are consistent with each other. If the evaluation of Figure 2 were anything else, it would be inconsistent with Figure 1, so the tablebase would need to be corrected.


Captures, pawn promotion, and special moves

A four-piece tablebase must rely on three-piece tablebases that could result if one piece is captured. Similarly, a tablebase containing a pawn must be able to rely on other tablebases that deal with the new set of material after pawn promotion to a queen or other piece. The retrograde analysis program must account for the possibility of a capture or pawn promotion on the previous move (Stiller 1995:99-100). Promotion is a chess term describing the transformation of a pawn that reaches the eighth square into the players choice of a queen, knight, bishop, or rook. ...


Tablebases assume that castling is not possible for two reasons. First, in practical endgames, this assumption is almost always correct. (However, castling is allowed by convention in composed problems and studies.) Second, if the king and rook are on their original squares, castling may or may not be allowed. Because of this ambiguity, it would be necessary to make separate evaluations for states in which castling is or is not possible. Initial position of kings and rooks Black has castled kingside (O-O), and White has castled queenside (O-O-O) Castling is a special move in the game of chess involving the king and either of the original rooks of the same color. ...


The same ambiguity exists for the en passant capture, since the possibility of en passant depends on the opponent's previous move. However, practical applications of en passant occur frequently in pawn endgames, so tablebases account for the possibility of en passant for positions where both sides have at least one pawn. ġĠ ġ Εý ŚÝ ¼Ћ This article is about the chess move en passant. For other uses, see En passant (disambiguation). ...


Using a priori information

According to the method described above, the tablebase must allow the possibility that a given piece might occupy any of the 64 squares. In some positions, it is possible to restrict the search space without affecting the result. This saves computational resources and enables searches which would otherwise be impossible. Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ...


An early analysis of this type was published in 1987, in the endgame KRP(a2)KBP(a3), where the Black bishop moves on the dark squares (see example position at right).[12] In this position, we can make the following a priori assumptions: A priori is originally a Latin phrase meaning from the former or from what comes before. However, several different uses of the term have developed in English: A priori (law) - adj. ...

1. If a piece is captured, we can look up the resulting position in the corresponding tablebase with five pieces. For example, if the Black pawn is captured, look up the newly created position in KRPKB.
2. The White pawn stays on a2; capture moves are handled by the 1st rule.
3. The Black pawn stays on a3; capture moves are handled by the 1st rule.[13]

The result of this simplification is that, instead of searching for 48 * 47 = 2,256 permutations for the pawns' locations, there is only one permutation. Reducing the search space by a factor of 2,256 facilitates a much quicker calculation.


Bleicher has designed a commercial program called "Freezer," which allows users to build new tablebases from existing Nalimov tablebases with a priori information. The program can produce a tablebase for seven-piece positions with blocked pawns, even though seven-piece tablebases are generally not available.[14]


Applications

Correspondence chess

Kasparov vs The World, 1999
The position after 55.Qxb4 when the game was reduced into a six piece position. A tablebase analysis now shows that the game is hopelessly lost for Black in 82 moves. However, it was not known at the time and the game continued for seven more moves for White before the World Team resigned.

In correspondence chess, a player may consult a chess computer for assistance, provided that the etiquette of the competition allows this. A six-piece tablebase (KQQKQQ) was used to analyze the endgame that occurred in the correspondence game Kasparov versus The World.[15] Players have also used tablebases to analyze endgames from over-the-board play after the game is over. Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Correspondence chess is chess played by various forms of long-distance correspondence, usually through a correspondence chess server, through email or by the postal system; less common methods which have been employed include fax and homing pigeon. ... In 1999, Garry Kasparov agreed to play a game of chess, via the Internet, against the rest of the world in consultation, with the World Team moves to be decided by majority vote. ...


Competitive players need to know that tablebases ignore the fifty-move rule. According to that rule, if fifty moves have passed without a capture or a pawn move, either player may claim a draw. FIDE changed the rules several times, starting in 1974, to allow one hundred moves for endgames where fifty moves were insufficient to win. In 1988, FIDE allowed seventy-five moves for KBBKN, KNNKP, KQKBB, KQKNN, KRBKR, and KQPKQ with the pawn on the seventh rank, because tablebases had uncovered positions in these endgames requiring more than fifty moves to win. In 1992, FIDE canceled these exceptions and restored the fifty-move rule to its original standing.[8] Thus a tablebase may identify a position as won or lost, when according to the fifty-move rule it is drawn. The fifty move rule in chess states that a player can claim a draw if no capture has been made and no pawn has been moved in the last fifty consecutive moves. ... The Fédération Internationale des Échecs or World Chess Federation is an international organization that connects the various national chess federations around the world. ...


Haworth has designed a tablebase that produces results consistent with the fifty-move rule. In general, however, tablebases do not accept this artificial restriction, and search for the theoretical limits of forced mate, even if it requires several hundred moves.


Computer chess

The knowledge contained in tablebases affords the computer a tremendous advantage in the endgame. Not only can computers play perfectly within an endgame, but they can simplify to a winning tablebase position from a more complicated endgame.[16] For the latter purpose, some programs use "bitbases" which give the game-theoretical value of positions without the number of moves until conversion or mate — that is, they only reveal whether the position is won, lost or draw. Sometimes even this data is compressed and the bitbase reveals only whether a position is won or not, making no difference between a lost and a draw game.[17]


However, some computer chess experts have observed practical drawbacks.[18] In addition to ignoring the fifty-move rule, a computer in a difficult position might avoid the losing side of a tablebase ending even if the opponent cannot practically win without himself knowing the tablebase. The adverse effect could be a premature resignation, or an inferior line of play that loses with less resistance than a tablebase might offer. 1990s Pressure-sensory Chess Computer with LCD screen The idea of creating a chess-playing machine dates back to the eighteenth century. ...


Another drawback is that tablebases require a lot of memory to store the many thousands of positions. The Nalimov tablebases, which use state-of-the-art compression techniques, require 7.05 GB of hard disk space for all five-piece endings. The six-piece endings require approximately 1.2 terabytes.[19] Nalimov seven-piece tablebases require more hard drive storage capacity and RAM to operate than will be practical to use for the foreseeable future. Bitbases, however, take much less space. Shredderbases, for example, used by the Shredder program, compress all three, four and five piece bases into 157 MB. This is a mere fraction of the 7.05 GB that the Nalimov tablebases require.[20] The terms storage (U.K.) or memory (U.S.) refer to the parts of a digital computer that retain physical state (data) for some interval of time, possibly even after electrical power to the computer is turned off. ... This article is about the unit of measurement. ... This article is about a measurement term for data storage capacity. ... Shredder is a very strong chess program developed in Germany by Stefan Meyer-Kahlen in 1993. ... ReBoot character, see Megabyte (ReBoot). ...


Some computers play better overall if their memory is devoted instead to the ordinary search and evaluation function. Modern computers analyze far enough ahead conventionally to handle the elementary endgames without needing tablebases (i.e. without suffering from the horizon effect). It is only for more sophisticated positions that the tablebase will improve significantly over the ordinary computer. The horizon effect (or horizon problem) is an unsolved problem in AI. When searching a large game tree (for instance using minimax or alpha-beta pruning) it is often not feasible to search the entire tree, so the tree is normally only partially searched. ...


Endgame theory

Tablebases have answered longstanding questions about whether certain combinations of material are wins or draws. The following interesting results have emerged: EndGame is the name of a 1997 story arc of the Sonic the Hedgehog comic book published by published by Archie Comics. ...

  • KBBKN — Bernhard Horwitz and Josef Kling (1851) proposed that Black can draw by entering a defensive fortress, but tablebases demonstrated a general win, with maximum DTC = 66 or 67 and maximum DTM = 78.[21] (Also see pawnless chess endgames.)
  • KNNKP — Alexey Troitsky established this as a win for the knights if the pawn was blocked behind the Troitzky line. Analysis of the tablebases has clarified that even if the pawn has crossed the Troitzky line, White can sometimes win by forcing zugzwang.[22] Maximum DTC = DTM = 115 moves.
  • KNNNNKQ — The knights win in 62.5 percent of positions, with maximum DTM = 85 moves.[23][24]
  • KQRKQR — Despite the equality of material, the player to move wins in 67.74 percent of positions![25] The maximum DTC = 92, and maximum DTM = 117. In both this endgame and KQQKQQ, the first player to check usually wins (Nunn 2002:379, 384).
  • KRNKNN and KRBKNN — Friedrich Amelung had analyzed these two endgames in the 1900s (Stiller 1995:81). KRNKNN and KRBKNN are won for the strongest side in 78 percent[26] and 95 percent[10] of the cases, respectively. Stiller's DTC tablebase revealed several lengthy wins in these endgames. The longest win in KRBKNN has DTC = 223 and DTM = 238 moves (not shown). Even more amazing is the position at right, where White wins starting with 1. Ke6! Stiller reported the DTC as 243 moves, and the DTM was later found to be 262 moves (Stiller 1995:102-8).

For some years, this position held the record for the longest computer-generated forced mate. (Otto Blathy had composed a "mate in 292 moves" problem already in 1889.)[27][28] However, in May 2006, Bourzutschky and Konoval discovered a KQNKRBN position with an astonishing DTC of 517 moves. This was more than twice as long as Stiller's maximum, and almost 200 moves beyond the previous record of DTC = 330 for a position of KQBNKQB_1001. Bourzutschky wrote, "This was a big surprise for us and is a great tribute to the complexity of chess."[29][30] Bernhard Horwitz (1808-1885) was a German English chess master. ... Josef Kling (March 19, 1811 – December 1, 1876) was a German chess master and chess composer. ... In chess, the fortress is an endgame drawing technique in which the side lagging in material sets up a zone of protection around their king that cannot be penetrated by the opponent. ... Pawnless chess endgames are chess endgames in which only a few pieces remain, and none of them are pawns. ... Alexey Alexeyevich Troitsky, or Alexei, or Troitzky (Russian: ) (March 14, 1866–August 1942) is considered to have been one of the greatest composers of chess endgame studies. ... The two knights ending is a chess endgame with a king and two knights versus a king, possibly with a pawn or two. ... Zugzwang (German for compulsion to move, IPA: ) is a term used in combinatorial game theory and in other types of games (particularly in chess). ... In games such as chess, shogi and xiangqi, a check is an immediate threat to capture the king. ... A typical interface for querying a tablebase. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Friedrich Ludwig Balthasar Amelung (born 23 March 1842, Dorpat, Estonia – died 21 March 1909, Riga, Latvia) was an Estonian chess player, endgame composer, and journalist. ...


In August 2006, Bourzutschky released preliminary results from his analysis of the following seven-piece endgames: KQQPKQQ, KRRPKRR, and KBBPKNN.[11]


Endgame studies

E. Pogosyants, EG 1978
White to play and win. The composer intended 1. Ne3 as a solution, but a tablebase revealed that 1. h4 also wins.

Since many composed endgame studies deal with positions that exist in tablebases, their soundness can be checked using the tablebases. Some studies have been cooked, i.e. proved unsound, by the tablebases. That can be either because the composer's solution does not work, or else because there is an equally effective alternative that the composer did not consider. Another way tablebases cook studies is a change in the evaluation of an endgame. For instance, the endgame with a queen and bishop versus two rooks was thought to be a draw, but tablebases proved it to be a win for the queen and bishop, so almost all studies based on this endgame are unsound (Nunn 2002:367-68). Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... Image File history File links This image is used in the standard chess diagram template. ... An endgame study, or just study, is a composed chess position—that is, one that has been made up rather than one from an actual game—presented as a sort of puzzle, in which the aim of the solver is to find a way for White, moving first... A typical interface for querying a tablebase. ...


For example, Erik Pogosyants composed the study at right, with White to play and win. His intended main line was 1. Ne3 Rxh2 2. O-O-O mate! A tablebase discovered that 1. h4 also wins for White, even though Black can capture the pawn. Ironically, the tablebase does not recognize the composer's solution because it includes castling.[31]


While tablebases have cooked some studies, they have assisted in the creation of other studies. Composers can search tablebases for interesting positions, such as zugzwang, using a method called data mining. For all three- to five-piece endgames and pawnless six-piece endgames, a complete list of mutual zugzwangs has been tabulated and published.[32][33][34] Zugzwang (German for compulsion to move, IPA: ) is a term used in combinatorial game theory and in other types of games (particularly in chess). ... Data mining has been defined as the nontrivial extraction of implicit, previously unknown, and potentially useful information from data [1] and the science of extracting useful information from large data sets or databases [2]. Data mining involves sorting through large amounts of data and picking out relevant information. ...


There has been some controversy whether to allow endgame studies composed with tablebase assistance into composing tourneys. In 2003, the endgame composer and expert John Roycroft summarized the debate: John Roycroft (born June 29, 1954) is a champion full contact mixed martial arts kickboxer with a record of 20 wins and 4 losses. ...

"[N]ot only do opinions diverge widely, but they are frequently adhered to strongly, even vehemently: at one extreme is the view that since we can never be certain that a computer has been used it is pointless to attempt a distinction, so we should simply evaluate a 'study' on its content, without reference to its origins; at the other extreme is the view that using a 'mouse' to lift an interesting position from a ready-made computer-generated list is in no sense composing, so we should outlaw every such position."[35]

Roycroft himself agrees with the latter approach. He continues, "One thing alone is clear to us: the distinction between classical composing and computer composing should be preserved for as long as possible: if there is a name associated with a study diagram that name is a claim of authorship."[35]


Mark Dvoretsky, a chess master and instructor, took a more permissive stance. He was commenting in 2006 on a study by Harold van der Heijden, published in 2001, which reached the position at right after three introductory moves. The drawing move for White is 4. Kb4!! (and not 4. Kb5), based on a mutual zugzwang that may occur three moves later. Mark Izrailovich Dvoretsky (born December 9, 1947) is a world-renowned Russian chess trainer, writer and International Master. ...


Dvoretsky comments

"Here, we should touch on one delicate question. I am sure that this unique endgame position was discovered with the help of Thompson’s famous computer database. Is this a 'flaw,' diminishing the composer's achievement?

"Yes, the computer database is an instrument, available to anyone nowadays. Out of it, no doubt, we could probably extract yet more unique positions – there are some chess composers who do so regularly. The standard for evaluation here should be the result achieved. Thus: miracles, based upon complex computer analysis rather than on their content of sharp ideas, are probably of interest only to certain aesthetes."[36]

"Play chess with God"

On the Bell Labs website, Ken Thompson maintains a link to some of his tablebase data. The headline reads, "Play chess with God."[37] Bell Laboratories (also known as Bell Labs and formerly known as AT&T Bell Laboratories and Bell Telephone Laboratories) was the main research and development arm of the United States Bell System. ...


Regarding Stiller's long wins, Tim Krabbé struck a similar note:

"A grandmaster wouldn't be better at these endgames than someone who had learned chess yesterday. It's a sort of chess that has nothing to do with chess, a chess that we could never have imagined without computers. The Stiller moves are awesome, almost scary, because you know they are the truth, God's Algorithm – it's like being revealed the Meaning of Life, but you don't understand one word."[10]

Nomenclature

Originally, an endgame tablebase was called an "endgame data base" or "endgame database". This name appeared in both EG and the ICCA Journal starting in the 1970s, and is sometimes used today. According to Haworth, the ICCA Journal first used the word "tablebase" in connection with chess endgames in 1995.[38] According to that source, a tablebase contains a complete set of information, but a database might lack some information. Nomenclature refers to a method of assigning (unique) names. ... EG is a magazine that publishes endgame studies and discusses various aspects of the endgame in chess. ... The ICGA Journal is a quarterly academic journal published by the International Computer Games Association. ...


Haworth prefers the term "Endgame Table", and has used it in the articles[39] he has authored. Roycroft has used the term "oracle database" throughout his magazine, EG.[40] Nonetheless, the mainstream chess community has adopted "endgame tablebase" as the most common name.


See also

EndGame is the name of a 1997 story arc of the Sonic the Hedgehog comic book published by published by Archie Comics. ... 1990s Pressure-sensory Chess Computer with LCD screen The idea of creating a chess-playing machine dates back to the eighteenth century. ... EG is a magazine that publishes endgame studies and discusses various aspects of the endgame in chess. ... The ICGA Journal is a quarterly academic journal published by the International Computer Games Association. ...

Notes

  1. ^ R. E. Bellman (February 1965). "On the application of dynamic programming to the determination of optimal play in chess and checkers". Proceedings of the National Academy of Sciences of the United States of America 53 (2): 244–246. 
  2. ^ T. Ströhlein (1970). Untersuchungen über kombinatorische Spiele [Translation: Investigations on Combinatorial Games] Ph.D. Thesis. Technical University of Munich. 
  3. ^ See also (July 1978) "The 'End-Papers'" (PDF). EG (52): 25. Retrieved on 2007-04-01. “Niblett and Kopec described, and later demonstrated, the optimal 0103 data base. (This work was in fact first done and published by Thomas Strohlein, Munich, in 1970, but only a single analytical line is contained in his doctoral thesis.)” 
  4. ^ T. Niblett; A. J. Roycroft (June 1979). "How the GBR Class 0103 Data Base was Created." (PDF). EG (56). Retrieved on 2007-05-04. 
  5. ^ See also:
    • K. Thompson (1986). "Retrograde analysis of certain endgames". ICCA Journal. 
    • K. Thompson (May 1986). "The Programs that Generate Endgame Data Bases" (PDF). EG (83): 2. Retrieved on 2007-05-04. 
  6. ^ See also: L. B. Stiller (1991). "Some Results from a Massively Parallel Retrograde Analysis". ICCA Journal. 
  7. ^ J. Hurd; G. McC. Haworth.. Chess Endgame Data Assurance. (PDF). Retrieved on 2007-04-01.
  8. ^ a b G. McC. Haworth (March 2000). "Strategies for Constrained Optimisation" (PDF). ICGA Journal. Retrieved on 2007-04-01. 
  9. ^ See also Stiller 1995:93-98.
  10. ^ a b c Tim Krabbé.. "Stiller's Monsters or Perfection in Chess.". Retrieved on 2007-04-01.
  11. ^ a b M. Bourzutschky (2006-08-27). 7-man endgames with pawns. CCRL Discussion Board. Retrieved on 2007-04-01.
  12. ^ H. J. Herik; I. S. Herschberg, N. Naka (1987). "A Six-Men-Endgame Database: KRP(a2)KbBP(a3)". ICGA Journal 10 (4): 163-180. 
  13. ^ E. Bleicher (2004-08-26.). Building Chess Endgame Databases for Positions with many Pieces using A-priori Information. (PDF). Retrieved on 2007-04-01.
  14. ^ K. Müller (May 2005). Freeze! (PDF). Endgame Corner. ChessCafe.com. Retrieved on 2007-04-01.
  15. ^ E. V. Nalimov; C. Wirth, G. McC. Haworth (1999). "KQQKQQ and the Kasparov–World Game". ICGA Journal 22 (4): 195-212. 
  16. ^ Steven A. Lopez (2006-11-11). Shredderbases. ChessBase.com. Retrieved on 2007-04-01.
  17. ^ Aaron Tay. A guide to Endgames Tablebase. Retrieved on 2007-08-09.
  18. ^ A. Tay (2002-06-30). Can use of endgame tablebases weaken play?. Retrieved on 2007-04-01.
  19. ^ David Kirkby (2007-03-12). Endgame Tablebases. ChessDB Tutorial. Retrieved on 2007-04-01.
  20. ^ Shredder Computer Chess Download - Shredderbases. Retrieved on 2008-08-09.
  21. ^ A. J. Roycroft (1984). "Two Bishops Against Knight". EG (75): 249. Retrieved on 2007-05-04. .
  22. ^ D. V. Hooper (1986). "GBR Class 0002.01". EG (83): 3. Retrieved on 2007-05-04. 
  23. ^ Tim Krabbé (2005-04-12). 282. First 7-piece endgame database. Open Chess Diary. Retrieved on 2007-03-25.
  24. ^ Emil Vlasák (2005-07-21). News in 7 piece EGTB. Retrieved on 2007-03-25.
  25. ^ G. McC. Haworth (August 2001). Discarding Like Pieces (PDF). Retrieved on 2007-04-01.
  26. ^ Tim Krabbé (2000-04-08). 60. Play chess with God. Open Chess Diary. Retrieved on 2007-05-13..
  27. ^ Blathy (2003-06-21). Retrieved on 2007-05-04.
  28. ^ Udo Marks. Udo's problem pages: Mate in 292. Retrieved on 2007-05-04.
  29. ^ Tim Krabbé (2006-03-31). 311. White plays and wins in 330 moves. Open Chess Diary. Retrieved on 2007-05-04..
  30. ^ Tim Krabbé (2006-05-26). 316. A 517-move win. Open Chess Diary. Retrieved on 2007-05-04..
  31. ^ Tim Krabbé (2006-09-15). 324. A cooked, correct study. Open chess diary. Retrieved on 2007-05-04.
  32. ^ G. McC. Haworth; Editor: J.W.H.M. Uiterwijk (2001). "3–5 Man Mutual Zugzwangs in Chess". Proceedings of the CMG 6th Computer Olympiad Computer-Games Workshop TR CS 01-04. 
  33. ^ G. McC. Haworth (2001). "Ken Thompson's 6-man Tables". ICGA Journal. 
  34. ^ G. McC. Haworth; P. Karrer, J. A. Tamplin, and C. Wirth (2001). "3–5 Man Chess: Maximals and Mzugs". ICGA Journal 24 (4): 225–30. 
  35. ^ a b A. J. Roycroft (July 2003). "Editorial". EG (149): 51. Retrieved on 2007-05-04. 
  36. ^ M. Dvoretsky (July 2006). Study Composing Tourney (PDF). The Instructor. ChessCafe.com. Retrieved on 2007-04-01.
  37. ^ Ken Thompson (2002-08-21). Play chess with God. Retrieved on 2007-03-25.
  38. ^ Guy Haworth (1995). "Tablebases and Tables". EG (137). Retrieved on 2007-05-04. 
  39. ^ Publications for Mr Guy Haworth. Information Systems at Reading. The University of Reading. Retrieved on 2007-05-04.
  40. ^ For example, in "Proposal For The Guidance Of Tourney Organisers, Composers And Judges: 0. Definitions" (PDF). EG (135): 9. Retrieved on 2007-04-01. “odb — otherwise known as total information database or tablebase.” 

Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... ChessCafe. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 221st day of the year (222nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... 2008 (MMVIII) will be a leap year starting on Tuesday of the Gregorian calendar. ... is the 221st day of the year (222nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 84th day of the year (85th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 84th day of the year (85th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 133rd day of the year (134th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 84th day of the year (85th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 91st day of the year (92nd in leap years) in the Gregorian calendar. ...

References

David Neil Lawrence Levy (b. ... John Denis Martin Nunn (born April 25, 1955) is an English chess player and mathematician. ... Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era in the 21st Century. ... is the 124th day of the year (125th in leap years) in the Gregorian calendar. ...

External links



 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.