Метод | Описание | |
---|---|---|
AddToGame ( AbstractGame game, PlayerType playerType ) : void | ||
AlfaBetaStepHandler ( IState state ) : void | ||
AlphaBetaSearch ( ) : System | ||
AlphaBetaSearch ( int depth ) : System | ||
GetAIAlgorithmInfo ( ) : string | ||
MakeDecision ( IState state ) : AbstractStep |
Метод | Описание | |
---|---|---|
MaxValue ( int level, IState state, double alpha, double beta ) : double | ||
MinValue ( int level, IState state, double alpha, double beta ) : double |
public AddToGame ( AbstractGame game, PlayerType playerType ) : void | ||
game | AbstractGame | |
playerType | PlayerType | |
Результат | void |
public AlfaBetaStepHandler ( IState state ) : void | ||
state | IState | |
Результат | void |
public AlphaBetaSearch ( int depth ) : System | ||
depth | int | |
Результат | System |
public MakeDecision ( IState state ) : AbstractStep | ||
state | IState | |
Результат | AbstractStep |