aboutsummaryrefslogtreecommitdiff
path: root/doc/diagrams/NeuralNetwork.pumlc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/diagrams/NeuralNetwork.pumlc')
-rw-r--r--doc/diagrams/NeuralNetwork.pumlc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/diagrams/NeuralNetwork.pumlc b/doc/diagrams/NeuralNetwork.pumlc
new file mode 100644
index 0000000..f6c0e1c
--- /dev/null
+++ b/doc/diagrams/NeuralNetwork.pumlc
@@ -0,0 +1,13 @@
+@startuml
+
+class NeuralNetwork {
+ int boardSize
+ string path
+
+ trainModel(games)
+ saveModel(modelPath)
+ pickMove(gameMove, player)
+ saveModelPlot(path)
+}
+
+@enduml