Difference between revisions of "Graph History Interaction"

From Chessprogramming wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
* [http://www.open-chess.org/viewtopic.php?f=5&t=2093 Aquarium IDEA, repetitions, and minimax over cycles] by  kevinfat, [[Computer Chess Forums|OpenChess Forum]], September 17, 2012 » [[Aquarium]]
 
* [http://www.open-chess.org/viewtopic.php?f=5&t=2093 Aquarium IDEA, repetitions, and minimax over cycles] by  kevinfat, [[Computer Chess Forums|OpenChess Forum]], September 17, 2012 » [[Aquarium]]
 
* [http://www.open-chess.org/viewtopic.php?f=5&t=2942 Another GHI example in SF (maybe)] by [[Mark Watkins|BB+]], [[Computer Chess Forums|OpenChess Forum]], December 30, 2015 » [[Stockfish]]
 
* [http://www.open-chess.org/viewtopic.php?f=5&t=2942 Another GHI example in SF (maybe)] by [[Mark Watkins|BB+]], [[Computer Chess Forums|OpenChess Forum]], December 30, 2015 » [[Stockfish]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=72578 Graph History Interaction 2 questions] by [[Jouni Uski]], [[CCC]], December 15, 2019 » [[Fifty-move Rule]]
 +
==2020 ...==
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=77497 Alpha-beta search for drawing endgames] by Emanuel Torres, [[CCC]], June 16, 2021 » [[Alpha-Beta]], [[Draw Evaluation]], [[Repetitions]]
  
 
=External Links=
 
=External Links=
Line 35: Line 38:
 
=References=
 
=References=
 
<references />
 
<references />
 
 
'''[[Search|Up one Level]]'''
 
'''[[Search|Up one Level]]'''

Latest revision as of 20:03, 17 June 2021

Home * Search * Graph History Interaction

Graph History Interaction (GHI) is a general term related to the path-dependency in search algorithms. GHI occurs when the same game position behaves differently when reached via different paths.

See also

Selected Publications

Forum Posts

External Links

References