> Monte-Carlo tree search and other GOFAI "tricks"
Is monte-carlo and similar really a GOFAI? My impression is that GOFAI is mostly some rule based systems like prolog, and other algorithms are not necessary in this category.
As far as I know, most game-related algorithms are the products of GOFAI. Things like MinMax, A*, and yes, Monte-Carlo tree search are coming from this same pool.
Is monte-carlo and similar really a GOFAI? My impression is that GOFAI is mostly some rule based systems like prolog, and other algorithms are not necessary in this category.