Skip to content

Commit 25a8b17

Browse files
committed
feat: Add benchmarking section to engine documentation with benchmark image
1 parent 08d5159 commit 25a8b17

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
46.8 KB
Loading

docs/source/engine.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,12 @@ the ``get_best_move`` method::
8282
move = random.choice(list(board.legal_moves))
8383
if with_evaluation:
8484
return move, 0.0
85-
return move
85+
return move
86+
87+
88+
Benchmarking the Engine
89+
-----------------------
90+
91+
.. image:: _static/engine_benchmark.png
92+
:alt: Engine Benchmark Results
93+
:width: 600px

0 commit comments

Comments
 (0)