From: James Edward Gray II Date: 2004-12-11T05:23:17+09:00 Subject: Re: [QUIZ] Learning Tic-Tac-Toe (#11) On Dec 10, 2004, at 2:15 PM, Brian Schr�der wrote: > Well, the evalutation routine -100 for lost, +100 for won, 0 otherwise > is not > really a evaluation routine, and minimax with alpha beta pruning can > search the whole problem in 6-7s on my machine. So what is your program learning at this point and thus how do you justify it as a valid solution? ;) James Edward Gray II