You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to land-o...@googlegroups.com
i'm having some problems tracing the minimax algorithm here... can anyone help me with a really simple walkthrough? particularly how the nodes are rated, i'm not quite sure how that's done. i tried setting SLDB to (declaim (optimize (debug 3))) and putting a (break) statement in the get-ratings function so that i could inspect the stack and step through but it would always result in a stack overflow so no cigar.