Method | Description | |
---|---|---|
AddToGame ( AbstractGame game, PlayerType playerType ) : void | ||
AlfaBetaStepHandler ( IState state ) : void | ||
AlphaBetaSearch ( ) : System | ||
AlphaBetaSearch ( int depth ) : System | ||
GetAIAlgorithmInfo ( ) : string | ||
MakeDecision ( IState state ) : AbstractStep |
Method | Description | |
---|---|---|
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 | |
return | void |
public AlfaBetaStepHandler ( IState state ) : void | ||
state | IState | |
return | void |
public AlphaBetaSearch ( int depth ) : System | ||
depth | int | |
return | System |
public MakeDecision ( IState state ) : AbstractStep | ||
state | IState | |
return | AbstractStep |