Author: Federico Corigliano
Date: 17:43:43 07/12/03
In previous version of my chess engine I have:
if(!in_check && !threat && (phase != ENDGAME) && depth > 2)
{
Do_null_move()
...
Now I changed it to:
if(!in_check && !threat && (phase != ENDGAME))
{
Do_null_move()
...
And performs bet
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.