[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [computer-go] alpha-beta + graph history question
One way this assertion could be violated is due to subtle instability
in floating point calculations. Usually (but not necessarily) that
would be manifest by the assertion failing only by a very small amount,
but under optimum conditions, the disparity could be arbitrarily large.
Briefly, in the real world, floating point calculations are neither
communitive or associative, only approximately so. There is no cure
for this except to ALWAYS use fixed point.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/