Skip to content

Commit

Permalink
Deployed 917fae0 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 30, 2024
1 parent c6cbb35 commit 2f7eebf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions data-mining/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,11 @@ <h4 id="example_4">Example</h4>
</code></pre>
<h2 id="functions">Functions</h2>
<h3 id="eval_array_count"><code>EVAL_ARRAY_COUNT()</code></h3>
<p>Average count of an evaluation feature given a result.</p>
<p>Average count of an evaluation feature.</p>
<h4 id="res"><code>res</code></h4>
<p>The result of the game.</p>
<h4 id="i"><code>i</code></h4>
<p>The index of the PHP Chess function being used in the <a href="https://github.com/chesslablab/chess-data/blob/main/cli/mine/heuristics.php">cli/mine/heuristics.php</a> script.</p>
<pre><code class="language-sql">DELIMITER //
DROP FUNCTION IF EXISTS EVAL_ARRAY_COUNT//
CREATE FUNCTION EVAL_ARRAY_COUNT(res VARCHAR(7), i INT) RETURNS FLOAT
Expand Down Expand Up @@ -416,7 +420,11 @@ <h3 id="eval_array_count"><code>EVAL_ARRAY_COUNT()</code></h3>
1 row in set (0.19 sec)
</code></pre>
<h3 id="eval_array_sum"><code>EVAL_ARRAY_SUM()</code></h3>
<p>Average sum of an evaluation feature given a result.</p>
<p>Average sum of an evaluation feature.</p>
<h4 id="res_1"><code>res</code></h4>
<p>The result of the game.</p>
<h4 id="i_1"><code>i</code></h4>
<p>The index of the PHP Chess function being used in the <a href="https://github.com/chesslablab/chess-data/blob/main/cli/mine/heuristics.php">cli/mine/heuristics.php</a> script.</p>
<pre><code class="language-sql">DELIMITER //
DROP FUNCTION IF EXISTS EVAL_ARRAY_SUM//
CREATE FUNCTION EVAL_ARRAY_SUM(res VARCHAR(7), i INT) RETURNS FLOAT
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-30 15:48:10.886204+00:00
Build Date UTC : 2024-12-30 16:33:57.791027+00:00
-->
Loading

0 comments on commit 2f7eebf

Please sign in to comment.