Difference between revisions of "Combinatorial game theory"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Combinatorial game theory''' ('''CGT''') is a branch of applied [[mathematics]] and theoretical [[computer science]] that typically studies sequential games with perfect information.
+
'''Combinatorial game theory''' ('''CGT''') is a branch of applied [[mathematics]] and theoretical [[computer science]] that typically studies [[Sequential game|sequential games]] with [[Perfect information (game theory)|perfect information]].
  
 
== Description ==
 
== Description ==
Line 32: Line 32:
 
== See also ==
 
== See also ==
  
* [[Automata]]
+
* [[Alpha-beta pruning]]
 +
* [[Automaton]]
 +
* [[Backward induction]]
 
* [[Checkers]]
 
* [[Checkers]]
 
* [[Chess]]
 
* [[Chess]]
 +
* [[Connection game]]
 
* [[Conway's Game of Life]]
 
* [[Conway's Game of Life]]
 
* [[Game]]
 
* [[Game]]
 +
* [[Expectiminimax tree]]
 +
* [[Extensive-form game]]
 +
* [[Game classification]]
 
* [[Game of chance]]
 
* [[Game of chance]]
 
* [[Game theory]]
 
* [[Game theory]]
 
* [[Game tree]]
 
* [[Game tree]]
 
* [[Go]]  
 
* [[Go]]  
 +
* [[Grundy's game]]
 
* [[Mathematics]]
 
* [[Mathematics]]
 +
* [[Multi-agent system]]
 +
* [[Nimber]]
 
* [[Perfect information (game theory)]]
 
* [[Perfect information (game theory)]]
 +
* [[Sylver coinage]]
 +
* [[Wythoff's game]]
 +
* [[Topological game]]
 +
* [[Zugzwang]]
  
 
== External links ==
 
== External links ==
  
 
* [http://en.wikipedia.org/wiki/Combinatorial_game_theory Combinatorial game theory] @ Wikipedia
 
* [http://en.wikipedia.org/wiki/Combinatorial_game_theory Combinatorial game theory] @ Wikipedia
 +
 +
[[Category:Game theory]]
 +
[[Category:Mathematics]]

Latest revision as of 08:09, 2 November 2016

Combinatorial game theory (CGT) is a branch of applied mathematics and theoretical computer science that typically studies sequential games with perfect information.

Description

CGT is largely confined to two-player games which have a position in which the players take turns changing in defined ways or moves to achieve a defined winning condition.

Perfect information

CGT favors games whose position is public to both players, and in which the set of available moves is also public (perfect information).

Games of chance

CGT has not traditionally studied games of randomness and imperfect or incomplete information (sometimes called games of chance), such as poker.

Examples

Combinatorial games include well-known games, including:

They also include one-player combinatorial puzzles, and even no-player automata, like Conway's Game of Life.

Game tree

In CGT, the moves in these games are represented as a game tree.

See also

External links