Skip to content

Commit

Permalink
dengdifan: test for smac_facade (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 20, 2021
1 parent 661eac0 commit 9578617
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified development/.doctrees/environment.pickle
Binary file not shown.
Binary file modified development/.doctrees/pages/details/arguments.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion development/_sources/smac_options.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:limit_resources: If true, *SMAC* will use pynisher to limit time and memory for the target algorithm. Allows SMAC to use all resources available. Applicable only to func TAEs. Set to 'True' by default. (Use with caution!) Default: True.
:maxR: Maximum number of calls per configuration. Default: 2000.
:minR: Minimum number of calls per configuration. Default: 1.
:output_dir: Specifies the output-directory for all emerging files, such as logging and results. Default: smac3-output_2021-10-20_14:47:00_660032.
:output_dir: Specifies the output-directory for all emerging files, such as logging and results. Default: smac3-output_2021-10-20_17:56:12_298668.
:rand_prob: probablity to run a random configuration instead of configuration optimized on the acquisition function Default: 0.5.
:random_configuration_chooser: path to a python module containing a class`RandomConfigurationChooserImpl` implementingthe interface of `RandomConfigurationChooser`
:rf_do_bootstrapping: Use bootstraping in random forest. Default: True.
Expand Down
2 changes: 1 addition & 1 deletion development/pages/details/arguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h2>SMAC Options<a class="headerlink" href="#smac-options" title="Permalink to t
<dd class="field-odd"><p>Minimum number of calls per configuration. Default: 1.</p>
</dd>
<dt class="field-even">output_dir</dt>
<dd class="field-even"><p>Specifies the output-directory for all emerging files, such as logging and results. Default: smac3-output_2021-10-20_14:47:00_660032.</p>
<dd class="field-even"><p>Specifies the output-directory for all emerging files, such as logging and results. Default: smac3-output_2021-10-20_17:56:12_298668.</p>
</dd>
<dt class="field-odd">rand_prob</dt>
<dd class="field-odd"><p>probablity to run a random configuration instead of configuration optimized on the acquisition function Default: 0.5.</p>
Expand Down
2 changes: 1 addition & 1 deletion development/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 9578617

Please sign in to comment.