Difference between revisions of "Wukong"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Wukong''' '''Wukong''',<br/> an UCI compliant open source chess engine by Maksim Korzh, written in C...")
 
 
Line 3: Line 3:
 
'''Wukong''',<br/>
 
'''Wukong''',<br/>
 
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Maksim Korzh]], written in [[C]], and superseded by its [[JavaScript]] successor [[Wukong JS]]. Wukong represents its board by an [[0x88]] array, and applies [[Iterative Deepening|iterative deepening]] with fixed [[Depth|depth]] of 6 [[Ply|plies]], along with [[Negamax|negamax]] [[Alpha-Beta|alpha-beta]],
 
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Maksim Korzh]], written in [[C]], and superseded by its [[JavaScript]] successor [[Wukong JS]]. Wukong represents its board by an [[0x88]] array, and applies [[Iterative Deepening|iterative deepening]] with fixed [[Depth|depth]] of 6 [[Ply|plies]], along with [[Negamax|negamax]] [[Alpha-Beta|alpha-beta]],
[[Triangular PV-Table|PV table]], as wall as [[Killer Heuristic|killer]] and [[History Heuristic|history heuristic]]. Wukong's rudimentary [[Evaluation|evaluation]] relies on [[Material|material]] and [[Piece-Square Tables|piece-square tables]].
+
[[Triangular PV-Table|PV table]], as wall as [[Killer Heuristic|killer]] and [[History Heuristic|history heuristic]]. Wukong's rudimentary [[Evaluation|evaluation]] relies on [[Material|material]] and [[Piece-Square Tables|piece-square tables]]. Wukong is not able to detect [[Repetitions|repetitions]] <ref>[https://github.com/maksimKorzh/wukong/blob/master/README.md wukong/README.md at master · maksimKorzh/wukong · GitHub]</ref>.
  
 
=See also=
 
=See also=

Latest revision as of 16:45, 27 December 2020