Welcome, Guest. Please Login or Register.
May 5th, 2024, 4:57pm

Home Home Help Help Search Search Members Members Login Login Register Register
Arimaa Forum « Search in Bomb »


   Arimaa Forum
   Arimaa
   Bot Development
(Moderator: supersamu)
   Search in Bomb
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Search in Bomb  (Read 742 times)
fotland
Forum Guru
*****



Arimaa player #211

   


Gender: male
Posts: 216
Search in Bomb
« on: Feb 11th, 2007, 6:06pm »
Quote Quote Modify Modify

The basic search in Bomb is a pretty ordinary alpha-beta search.
 
I use iterative deepening, by steps.  The first iteration does a 3 step search, then each iteration increases the depth by 1 step.
 
The first iteration does a simple alpha-beta search, with alpha=-32000 and beta=+32000.  The later iterations use PVS search.  
 
The first move is searched with a full window (-32000 to 32000), and the remaining moves are searched with a minimal window (alpha, alpha+1).  
 
I tried using an aspiration search on later iterations with a window or + or - 2 rabbits around alpha from the last iteration, but it was slower.  I think the evaluation is not stable enough from step to step.
 
After each iteration I try the best move first in the next iteration, but otherwise leave to move order unchanged in the first ply.
 
 
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Arimaa Forum » Powered by YaBB 1 Gold - SP 1.3.1!
YaBB © 2000-2003. All Rights Reserved.