Class Pseudo


  • public class Pseudo
    extends Object
    • Field Detail

      • confidence

        public double confidence
        This value, set by each proposeMove() call, contains the probability of that call returning a good move.
    • Method Detail

      • mkBot

        public static PlayerInfo mkBot​(PlayerInfo p)
        Creates a bot player. Modeled, to some extent on PlayerResponse.
        Parameters:
        p - The live partner with whom this bot will eventually play
      • addTask

        public static void addTask​(PlayerInfo botPlayer,
                                   EpisodeInfo epi,
                                   int expectedAttemptCnt)
      • checkTasks

        public static int checkTasks()
        This should be run periodically from the maintenance thread