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

[computer-go] Re: alpha-beta + graph history question



On Thu, 17 Mar 2005 01:32:32 -0500, Evan Daniel <evanbd@xxxxxxxxxxxxxxxxx> wrote:

>     if (score > alpha) {
>       assert child.score_type == EXACT_SCORE;
>     }

Sorry, should be

if (child.score > alpha) {
  assert child.score_type == EXACT_SCORE;
}

Evan
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/