Package a5.ai

Class Minimax.OutOfTime

All Implemented Interfaces:
Serializable
Enclosing class:
Minimax<GameState,Move>

public static class Minimax.OutOfTime extends Exception
An exception signifying that the search algorithm ran out of time.
See Also:
  • Constructor Details

    • OutOfTime

      public OutOfTime()