Author: h.g.muller
Date: 06:56:17 03/07/06
Go up one level in this thread
if(piece==QUEEN && beta < cur_eval - ROOK_VALUE) {depth = requested_depth; best_score = cur_eval; goto beta_cutoff;} (In the short-hand style in which micro-Max is written this looks like if(p==7&&e-500>l){m=e;d=n;goto C;})
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.