bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] FindBestMove does not working with higher plies


From: Jaro
Subject: [Bug-gnubg] FindBestMove does not working with higher plies
Date: Thu, 15 May 2003 17:20:36 -0700

Hi, all.
 
We are using GNU bg engine for our bot. Everything seems working properly until we changed plies from 0 to something else. Function FindBestMove ends with exception.
 
Parameters I'm sending to FindBestMove:
 
cubeinfo
 nCube 1 int
 fCubeOwner -1 int
 fMove 1 int
 nMatchTo 7 int
 anScore int [2]
   [0] 0 int
   [1] 0 int
 fCrawford 0 int
 fJacoby 0 int
 fBeavers 0 int
 arGammonPrice  float [4]
 [0] 1.0743260 float
 [1] 1.0743260 float
 [2] 1.1722742 float
 [3] 1.1722747 float
evalcontext
 bCubeful 0 unsigned int
 nPlies 2 unsigned int            // if plies is zero, function works.
 nReduced 3 unsigned int
 bDeterministic 1 unsigned int
 rNoise 0.00000000 float
 
 
MoveFilter
 { { 8, 0, 0.0f }, { 0, 0, 0 }, { 0, 0, 0 }, { 0, 0, 0 } } ,
 { { 2, 3, 0.10f }, { 0, 0, 0 }, { 0, 0, 0 }, { 0, 0, 0 } } ,
 { { 16, 0, 0.0f }, { 4, 0, 0 }, { 0, 0, 0.0 }, { 0, 0, 0 } },
 { { 8, 0, 0.0f }, { 0, 0, 0 }, { 2, 3, 0.1f }, { 0, 0, 0.0f } } ,
    };

Any advice, help?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]