Mise à jour des diagrammes + SVG
This commit is contained in:
@@ -17,7 +17,16 @@ classDiagram
|
||||
}
|
||||
|
||||
class DivineBot{
|
||||
-me: Player
|
||||
-maxDepth: int
|
||||
-rng: Random
|
||||
|
||||
+DivineBot(Player p, int maxDepth)
|
||||
+giveYourMove(IBoard board): AbstractPly
|
||||
-alphaBeta(IBoard board, int depth, int alpha, int beta): int
|
||||
-terminalValue(IBoard board): int
|
||||
-evaluate(IBoard board): int
|
||||
-listMoves(IBoard board): List<AbstractPly>
|
||||
}
|
||||
|
||||
class IdiotBot{
|
||||
|
||||
Reference in New Issue
Block a user