bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] problem with evaluations


From: Joern Thyssen
Subject: [Bug-gnubg] problem with evaluations
Date: Wed, 22 Jan 2003 18:48:34 +0000
User-agent: Mutt/1.4i

Hi,

I encountered some problem with evaluations which I've been trying to
solve. I haven't found the problem but I've found a work-around.

THe position is related to the one posted by Ian Shaw a few or so ago.

The following script (after a cold-start of gnubg) gives rubbish:

set matchid MAFgACAAEAAA
set board zx4AALjbFgCBAA
set eval cheq eval plies 0
set dice 6 1
show board
hint

whereas this script (after a cold-start of gnubg) gives correct results:

set matchid MAFgACAAEAAA
set board zx4AALjbFgCBAA
set eval cubed eval plies 1
eval
set eval cheq eval plies 0
set dice 6 1
show board
hint

The problem seems to lie with NNevalAction. If I hardcoded NNevalAction
to return NNEVAL_NONE both scripts run fine...

Comments anyone?

Jørn




reply via email to

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