chess:programming:search:negamax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
chess:programming:search:negamax [2021/10/11 23:40] peterchess:programming:search:negamax [2021/10/11 23:50] (current) peter
Line 9: Line 9:
 ===== How to Use NegaMax ===== ===== How to Use NegaMax =====
  
-NegaMax is called with another root NegaMax which makes the call to the NegaMax proper with the default search depth.+NegaMax is called from a root function.   
 + 
 +In the loop which generates all the root moves: 
 + 
 +  * Generate a **Score** relative to the side being evaluated, for a specific move. 
 +  * In the Root retain the returned score for each potential move. 
 +  * Pick the move with the lowest score.
  
 ---- ----
chess/programming/search/negamax.1633995608.txt.gz · Last modified: 2021/10/11 23:40 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki