Actualiser Diagrammes/Diagramme_Bot.mmd
This commit is contained in:
@@ -16,17 +16,18 @@ classDiagram
|
|||||||
-listMoves(IBoard board): List<AbstractPly>
|
-listMoves(IBoard board): List<AbstractPly>
|
||||||
}
|
}
|
||||||
|
|
||||||
class DivineBot{
|
class DivineBot {
|
||||||
-me: Player
|
-me : Player
|
||||||
-maxDepth: int
|
-maxDepth : int
|
||||||
-rng: Random
|
-rng : Random
|
||||||
|
|
||||||
+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
|
-isIsolated(AvalamBoard b, int r, int c) : boolean
|
||||||
-listMoves(IBoard board): List<AbstractPly>
|
-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