Class AbstractMultiThreadSnakeAI

  • Direct Known Subclasses:
    ExpertSnake

    public abstract class AbstractMultiThreadSnakeAI
    extends AbstractTreeSearchSnakeAI
    Any snake using a multithread tree-search could extend this abstract class it contains basic constant fields, related to the field name in json call from BattleSnake. Also some method that any snake must implements.
    Version:
    Summer 2022
    Author:
    carl.lajeunesse
    • Field Detail

      • multiThread

        protected boolean multiThread
        Boolean if multithread is use by the snake value define by the config file
      • cpuLimit

        protected int cpuLimit
        Number of CPU / thread permit
    • Constructor Detail

      • AbstractMultiThreadSnakeAI

        protected AbstractMultiThreadSnakeAI()
        Basic and unused constructor
      • AbstractMultiThreadSnakeAI

        protected AbstractMultiThreadSnakeAI​(String gameId)
        Constructor with the gameid,
        Parameters:
        gameId - String of the gameid field receive in the start request.