ChessApplication.SearchNBestEngine.SearchNBestEngine Function
Constructor of a SearchNBestEngine.

Public void SearchNBestEngine (ChessApplication.ChessBoard, System.Collections.Stack, int, int)
  Type Name Description  
    ChessBoard board The board to generate moves for  
    System.Collections.Stack boardHistoryStack The history of the chess game i.e. old ChessBoards  
    int searchDepth The depth of the search  
    int nrNodeToExpand The number of best nodes to expand  
  Return Description  
    void    
Other overloads:
ChessApplication.SearchNBestEngine.#ctor(ChessBoard,Stack) ChessApplication.SearchNBestEngine.#ctor(XmlReader,ChessBoard,Stack)