SearchEngineMinMax ClassDelta Engine Documentation
Base class for Search EngineView code on GitHub
Inheritance Hierarchy

System Object
  Chess SearchEngine
    Chess SearchEngineMinMax

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public sealed class SearchEngineMinMax : SearchEngine

The SearchEngineMinMax type exposes the following members.

Constructors

  NameDescription
Public methodSearchEngineMinMax
Class constructor View code on GitHub
Top
Methods

  NameDescription
Public methodCancelSearch
Cancel the search View code on GitHub
(Inherited from SearchEngine.)
Public methodFindBestMove(ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, ChessBoard MovePosS , Int32 , Int32 , Int32 )
Find the best move for a player using a specific method View code on GitHub
(Inherited from SearchEngine.)
Protected methodFindBestMove(ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, List ChessBoard MovePosS ,  Int32 , ChessBoard PosInfoS, ChessBoard MovePosS , Int32 , Int32 , Int32 )
Find the best move for a player using minmax search View code on GitHub
(Overrides SearchEngine FindBestMove(ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, List ChessBoard MovePosS ,  Int32 , ChessBoard PosInfoS, ChessBoard MovePosS , Int32 , Int32 , Int32 ).)
Protected methodTraceSearch
Debugging routine View code on GitHub
(Inherited from SearchEngine.)
Top
Fields

  NameDescription
Protected fieldm_bCancelSearch
true to cancel the searchView code on GitHub
(Inherited from SearchEngine.)
Top
See Also