Skip to content

Commit

Permalink
Prasanna Balaprakash: support for truncated normal distribution (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 18, 2021
1 parent 4b082ea commit b2f0399
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion master/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 3571a0099c35445d06ed883ad5fa97f1
config: 70799ab83e93b0513439f85c86e42493
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 5 additions & 1 deletion master/API-Doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,8 @@ <h3>3.1 Integer hyperparameters<a class="headerlink" href="#integer-hyperparamet
<li><p><strong>q</strong> (<em>int</em><em>, </em><em>optional</em>) – Quantization factor</p></li>
<li><p><strong>log</strong> (<em>bool</em><em>, </em><em>optional</em>) – If <code class="docutils literal notranslate"><span class="pre">True</span></code>, the values of the hyperparameter will be sampled
on a logarithmic scale. Defaults to <code class="docutils literal notranslate"><span class="pre">False</span></code></p></li>
<li><p><strong>lower</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Lower bound of a range of values from which the hyperparameter will be sampled</p></li>
<li><p><strong>upper</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Upper bound of a range of values from which the hyperparameter will be sampled</p></li>
<li><p><strong>meta</strong> (<em>Dict</em><em>, </em><em>optional</em>) – Field for holding meta data provided by the user.
Not used by the configuration space.</p></li>
</ul>
Expand Down Expand Up @@ -864,7 +866,7 @@ <h3>3.2 Float hyperparameters<a class="headerlink" href="#float-hyperparameters"
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>name</strong> (<em>str</em>) – Name of the hyperparameter, with which it can be accessed</p></li>
<li><p><strong>lower</strong> (<em>int</em><em>, </em><em>floor</em>) – Lower bound of a range of values from which the hyperparameter will be sampled</p></li>
<li><p><strong>lower</strong> (<em>int</em><em>, </em><em>float</em>) – Lower bound of a range of values from which the hyperparameter will be sampled</p></li>
<li><p><strong>upper</strong> (<em>int</em><em>, </em><em>float</em>) – Upper bound</p></li>
<li><p><strong>default_value</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Sets the default value of a hyperparameter to a given value</p></li>
<li><p><strong>q</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Quantization factor</p></li>
Expand Down Expand Up @@ -903,6 +905,8 @@ <h3>3.2 Float hyperparameters<a class="headerlink" href="#float-hyperparameters"
<li><p><strong>q</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Quantization factor</p></li>
<li><p><strong>log</strong> (<em>bool</em><em>, </em><em>optional</em>) – If <code class="docutils literal notranslate"><span class="pre">True</span></code>, the values of the hyperparameter will be sampled
on a logarithmic scale. Default to <code class="docutils literal notranslate"><span class="pre">False</span></code></p></li>
<li><p><strong>lower</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Lower bound of a range of values from which the hyperparameter will be sampled</p></li>
<li><p><strong>upper</strong> (<em>int</em><em>, </em><em>float</em><em>, </em><em>optional</em>) – Upper bound of a range of values from which the hyperparameter will be sampled</p></li>
<li><p><strong>meta</strong> (<em>Dict</em><em>, </em><em>optional</em>) – Field for holding meta data provided by the user.
Not used by the configuration space.</p></li>
</ul>
Expand Down
Loading

0 comments on commit b2f0399

Please sign in to comment.