add comment about minimax
This commit is contained in:
parent
3341b1b411
commit
1b9c1eeda7
@ -291,6 +291,7 @@ impl FutureMoves {
|
||||
self.arena[x]
|
||||
.children
|
||||
.iter()
|
||||
// this would be considered `minimax`
|
||||
.max_by_key(|&&idx| self.arena[idx].value)
|
||||
})
|
||||
.inspect(|&&x| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user