ChessApplication.AlphaBetaEngine Class
Search for moves using Alpha Beta pruning.

Access: Public
Base Classes: ChessEngine
  Members Description  
    AlphaBetaEngine Constructor of a SimpleEngine.

 
    AlphaBetaEngine Constructor of a SimpleEngine.

 
    AlphaBetaEngine Deserialization constructor of a ChessEngine.

 
    ApproxNrNodes The approximate number of nodes the have to be searched to decide the best move.

 
    DecideBestMove Decides the best move and returns it.

 
    MaxValue    
    MinValue    
    Shuffle    
    ShuffleInClasses