Mehes Andrew F J
2004-04-08 16:23:36 UTC
Although this is a bit late, I was just wondering why when game.c calls
minimax, it passes a depth of 0. Should this not be 1? I personally have
accounted for this, but for those who have not, I beleive that they will
go one depth limit beyond the set depth limit. For example, for a depth
limit 1, they would actually do two, those being depth 0, then depth 1
before reaching depth limit 1. Hopefully, this will also be
accounted for
in the marking.
Thank you.
minimax, it passes a depth of 0. Should this not be 1? I personally have
accounted for this, but for those who have not, I beleive that they will
go one depth limit beyond the set depth limit. For example, for a depth
limit 1, they would actually do two, those being depth 0, then depth 1
before reaching depth limit 1. Hopefully, this will also be
accounted for
in the marking.
Thank you.