Skip to content

Commit

Permalink
Deployed 4cde154 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 16, 2024
1 parent 307019d commit bd02924
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-mining/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3 id="heuristicsphp">💎💎💎 <code>heuristics.php</code></h3>
<pre><code class="language-text">docker exec -itu 1000:1000 chess_data_php php cli/mine/heuristics.php &quot;Anand,V&quot;
</code></pre>
<p>This command requires the <code>fen_mine</code> column to be populated with data.</p>
<p>The <code>heuristics_mine</code> column is intended to store a JSON object representing the <a href="https://chesslablab.github.io/php-chess/heuristics/">PHP Chess heuristics</a> in a game. It allows to gather insights about the decisions that have been made to make the moves. With the data from the heuristics mine, you can take advantage of <a href="https://dev.mysql.com/doc/refman/8.0/en/json-functions.html">MySQL JSON functions</a> to perform operations on JSON values like in the following examples.</p>
<p>The <code>heuristics_mine</code> column is intended to store a JSON object representing the <a href="https://chesslablab.github.io/php-chess/heuristics/">PHP Chess heuristics</a> in a game. It allows to gather insights about the decisions that have been made to make the moves. With this data, you can take advantage of <a href="https://dev.mysql.com/doc/refman/8.0/en/json-functions.html">MySQL JSON functions</a> to perform operations on JSON values like in the following examples.</p>
<h4 id="example_1">Example</h4>
<p>Fetch the material evaluation in all games won by Anand with the white pieces.</p>
<pre><code class="language-sql">SELECT
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-12-16 11:16:54.310833+00:00
Build Date UTC : 2024-12-16 11:20:01.656934+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit bd02924

Please sign in to comment.