Actualiser Diagrammes/Diagramme_Bot.mmd
This commit is contained in:
@@ -24,9 +24,10 @@ classDiagram
|
|||||||
+DivineBot(Player p, int maxDepth)
|
+DivineBot(Player p, int maxDepth)
|
||||||
+giveYourMove(IBoard board) : AbstractPly
|
+giveYourMove(IBoard board) : AbstractPly
|
||||||
-alphaBeta(IBoard board, int depth, int alpha, int beta) : int
|
-alphaBeta(IBoard board, int depth, int alpha, int beta) : int
|
||||||
-terminalValue(IBoard board): int
|
|
||||||
-evaluate(IBoard board) : int
|
-evaluate(IBoard board) : int
|
||||||
-listMoves(IBoard board): List<AbstractPly>
|
-isIsolated(AvalamBoard b, int r, int c) : boolean
|
||||||
|
-isVulnerable(AvalamBoard b, int r, int c, Color enemyColor) : boolean
|
||||||
|
-listMoves(IBoard board) : List~AbstractPly~
|
||||||
}
|
}
|
||||||
|
|
||||||
class IdiotBot{
|
class IdiotBot{
|
||||||
|
|||||||
Reference in New Issue
Block a user