ChessApplication.SearchNBestEngine Class
The simple engine for generating moves for a chessboard using search on a number(N) of the most promising nodes.

Access: Public
Base Classes: ChessEngine
  Members Description  
    nrNodeToExpand The number of the best nodes to expand.

 
    epsilon    
    SearchNBestEngine Constructor of a SearchNBestEngine.

 
    SearchNBestEngine Constructor of a SearchNBestEngine.

 
    SearchNBestEngine Deserialization constructor of a SearchNBestEngine.

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

 
    DecideBestMove Decides the best move and returns it.

 
    SelectBest    
    GenerateMoveValue    
    SaveToXml Xml saving function.