Difference between revisions of "Muse"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Muse''' FILE:Eustache Le Sueur - The Muses - Clio, Euterpe and Thalia - WGA12611.jpg|border|right|thumb| The Muses: [https://en.wikipe...")
 
 
Line 9: Line 9:
 
[[Null Move Pruning#AdaptiveNullMovePruning|adaptive null move pruning]], [[Check Extensions|check]] and [[Recapture Extensions|recapture extensions]].  
 
[[Null Move Pruning#AdaptiveNullMovePruning|adaptive null move pruning]], [[Check Extensions|check]] and [[Recapture Extensions|recapture extensions]].  
 
[[Quiescence Search|Quiescence search]] is enhanced by [[Static Exchange Evaluation|static exchange evaluation]] to order and [[Pruning|prune]] captures, and further, the [[Evaluation|evaluation]] utilizes a [[Pawn Hash Table|pawn hash table]].  
 
[[Quiescence Search|Quiescence search]] is enhanced by [[Static Exchange Evaluation|static exchange evaluation]] to order and [[Pruning|prune]] captures, and further, the [[Evaluation|evaluation]] utilizes a [[Pawn Hash Table|pawn hash table]].  
After an abstinence of 12 years from computer chess, Martin released the improved Muse '''0.95''' in April 2016 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=59817 Muse 0.95] by [[Martin Fierz]], [[CCC]], April 10, 2016</ref>, using [[Pradu Kannan|Pradu Kannan's]] [[Magic Bitboards|magic move generator]] <ref>[http://www.open-aurec.com/wbforum/viewtopic.php?f=4&t=5452 Fastest Magic Move Bitboard Generator ready to use] by [[Pradu Kannan]], [[Computer Chess Forums|Winboard Forum]], August 25, 2006</ref> <ref>[[Pradu Kannan|Pradyumna Kannan]] ('''2007'''). ''Magic Move-Bitboard Generation in Computer Chess''. [http://www.pradu.us/old/Nov27_2008/Buzz/research/magic/Bitboards.pdf pdf]</ref>
+
After an abstinence of 12 years from computer chess, Martin released the improved Muse '''0.95''' in April 2016 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=59817 Muse 0.95] by [[Martin Fierz]], [[CCC]], April 10, 2016</ref>, using [[Pradu Kannan|Pradu Kannan's]] [[Magic Bitboards|magic move generator]] <ref>[http://www.open-aurec.com/wbforum/viewtopic.php?f=4&t=5452 Fastest Magic Move Bitboard Generator ready to use] by [[Pradu Kannan]], [[Computer Chess Forums|Winboard Forum]], August 25, 2006</ref> <ref>[[Pradu Kannan|Pradyumna Kannan]] ('''2007'''). ''Magic Move-Bitboard Generation in Computer Chess''. [http://www.pradu.us/old/Nov27_2008/Buzz/research/magic/Bitboards.pdf pdf]</ref>.
  
 
=Forum Posts=  
 
=Forum Posts=  

Latest revision as of 21:12, 29 December 2019

Home * Engines * Muse

The Muses: Clio, Euterpe, and Thalia [1]

Muse,
a Chess Engine Communication Protocol and UCI compliant chess engine by Martin Fierz, first released in August 2004 [2]. Muse is written in C, using bitboards and is about 13'000 lines of code. It applies most of the usual stuff [3], such as alpha-beta scout-style search with transposition table, move ordering with killer heuristic and history heuristic, adaptive null move pruning, check and recapture extensions. Quiescence search is enhanced by static exchange evaluation to order and prune captures, and further, the evaluation utilizes a pawn hash table. After an abstinence of 12 years from computer chess, Martin released the improved Muse 0.95 in April 2016 [4], using Pradu Kannan's magic move generator [5] [6].

Forum Posts

External Links

Chess Engine

Misc

References

  1. Eustache Le Sueur - The Muses: Clio, Euterpe and Thalia, oil on panel, between 1652 and 1655, Current location: Louvre, Wikimedia Commons
  2. Muse! by Martin Fierz, CCC, August 08, 2004
  3. Martin's World >> Muse
  4. Muse 0.95 by Martin Fierz, CCC, April 10, 2016
  5. Fastest Magic Move Bitboard Generator ready to use by Pradu Kannan, Winboard Forum, August 25, 2006
  6. Pradyumna Kannan (2007). Magic Move-Bitboard Generation in Computer Chess. pdf

Up one Level