Skip to content

Commit

Permalink
dependabot[bot]: Bump peter-evans/create-pull-request from 3 to 5 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 11, 2023
1 parent 0f64ba7 commit 0e14068
Show file tree
Hide file tree
Showing 131 changed files with 676 additions and 642 deletions.
2 changes: 1 addition & 1 deletion main/.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: baa8731bc411cbb3fd7c5c44ef246be6
config: d27b9dca29b595f3d2d808c7d6245479
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified main/.doctrees/environment.pickle
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/1_quadratic_function.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/2_svm_cv.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/3_ask_and_tell.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/4_callback.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/5_continue.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/6_priors.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/index.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/1_basics/sg_execution_times.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/2_multi_fidelity/1_mlp_epochs.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/2_multi_fidelity/2_sgd_datasets.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/2_multi_fidelity/index.doctree
Binary file not shown.
Binary file not shown.
Binary file modified main/.doctrees/examples/3_multi_objective/1_schaffer.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/3_multi_objective/2_parego.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/3_multi_objective/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified main/.doctrees/examples/5_commandline/index.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/5_commandline/sg_execution_times.doctree
Binary file not shown.
Binary file modified main/.doctrees/examples/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified main/_images/sphx_glr_1_mlp_epochs_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sphx_glr_1_mlp_epochs_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sphx_glr_1_quadratic_function_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sphx_glr_1_schaffer_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sphx_glr_2_parego_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sphx_glr_2_parego_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main/_modules/smac/acquisition/function/thompson.html
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ <h1>Source code for smac.acquisition.function.thompson</h1><div class="highlight
<span class="n">X</span> <span class="o">=</span> <span class="n">X</span><span class="p">[:,</span> <span class="n">np</span><span class="o">.</span><span class="n">newaxis</span><span class="p">]</span>

<span class="n">sample_function</span> <span class="o">=</span> <span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_model</span><span class="p">,</span> <span class="s2">&quot;sample_functions&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span>
<span class="k">if</span> <span class="n">callable</span><span class="p">(</span><span class="n">sample_function</span><span class="p">):</span>
<span class="k">if</span> <span class="nb">callable</span><span class="p">(</span><span class="n">sample_function</span><span class="p">):</span>
<span class="k">return</span> <span class="o">-</span><span class="n">sample_function</span><span class="p">(</span><span class="n">X</span><span class="p">,</span> <span class="n">n_funcs</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>

<span class="n">m</span><span class="p">,</span> <span class="n">var_</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_model</span><span class="o">.</span><span class="n">predict_marginalized</span><span class="p">(</span><span class="n">X</span><span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion main/_modules/smac/runner/target_function_runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ <h1>Source code for smac.runner.target_function_runner</h1><div class="highlight
<span class="bp">self</span><span class="o">.</span><span class="n">_target_function</span> <span class="o">=</span> <span class="n">target_function</span>

<span class="c1"># Check if target function is callable</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">callable</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_target_function</span><span class="p">):</span>
<span class="k">if</span> <span class="ow">not</span> <span class="nb">callable</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_target_function</span><span class="p">):</span>
<span class="k">raise</span> <span class="ne">TypeError</span><span class="p">(</span>
<span class="s2">&quot;Argument `target_function` must be a callable but is type&quot;</span> <span class="sa">f</span><span class="s2">&quot;`</span><span class="si">{</span><span class="nb">type</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_target_function</span><span class="p">)</span><span class="si">}</span><span class="s2">`.&quot;</span>
<span class="p">)</span>
Expand Down
6 changes: 4 additions & 2 deletions main/_sources/examples/1_basics/1_quadratic_function.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. note::
:class: sphx-glr-download-link-note

Click :ref:`here <sphx_glr_download_examples_1_basics_1_quadratic_function.py>`
:ref:`Go to the end <sphx_glr_download_examples_1_basics_1_quadratic_function.py>`
to download the full example code

.. rst-class:: sphx-glr-example-title
Expand Down Expand Up @@ -167,7 +167,7 @@ be applied to problems with large evaluation budgets (up to 1000 evaluations).
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 2.512 seconds)
**Total running time of the script:** ( 0 minutes 2.609 seconds)


.. _sphx_glr_download_examples_1_basics_1_quadratic_function.py:
Expand All @@ -177,6 +177,8 @@ be applied to problems with large evaluation budgets (up to 1000 evaluations).
.. container:: sphx-glr-footer sphx-glr-footer-example




.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: 1_quadratic_function.py <1_quadratic_function.py>`
Expand Down
6 changes: 4 additions & 2 deletions main/_sources/examples/1_basics/2_svm_cv.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. note::
:class: sphx-glr-download-link-note

Click :ref:`here <sphx_glr_download_examples_1_basics_2_svm_cv.py>`
:ref:`Go to the end <sphx_glr_download_examples_1_basics_2_svm_cv.py>`
to download the full example code

.. rst-class:: sphx-glr-example-title
Expand Down Expand Up @@ -151,7 +151,7 @@ types as well as conditional hyperparameters.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 1.184 seconds)
**Total running time of the script:** ( 0 minutes 1.207 seconds)


.. _sphx_glr_download_examples_1_basics_2_svm_cv.py:
Expand All @@ -161,6 +161,8 @@ types as well as conditional hyperparameters.
.. container:: sphx-glr-footer sphx-glr-footer-example




.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: 2_svm_cv.py <2_svm_cv.py>`
Expand Down
6 changes: 4 additions & 2 deletions main/_sources/examples/1_basics/3_ask_and_tell.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. note::
:class: sphx-glr-download-link-note

Click :ref:`here <sphx_glr_download_examples_1_basics_3_ask_and_tell.py>`
:ref:`Go to the end <sphx_glr_download_examples_1_basics_3_ask_and_tell.py>`
to download the full example code

.. rst-class:: sphx-glr-example-title
Expand Down Expand Up @@ -158,7 +158,7 @@ This examples show how to use the Ask-and-Tell interface.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 2.996 seconds)
**Total running time of the script:** ( 0 minutes 3.066 seconds)


.. _sphx_glr_download_examples_1_basics_3_ask_and_tell.py:
Expand All @@ -168,6 +168,8 @@ This examples show how to use the Ask-and-Tell interface.
.. container:: sphx-glr-footer sphx-glr-footer-example




.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: 3_ask_and_tell.py <3_ask_and_tell.py>`
Expand Down
6 changes: 4 additions & 2 deletions main/_sources/examples/1_basics/4_callback.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. note::
:class: sphx-glr-download-link-note

Click :ref:`here <sphx_glr_download_examples_1_basics_4_callback.py>`
:ref:`Go to the end <sphx_glr_download_examples_1_basics_4_callback.py>`
to download the full example code

.. rst-class:: sphx-glr-example-title
Expand Down Expand Up @@ -144,7 +144,7 @@ Furthermore, we print some stages of the optimization process.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 0.138 seconds)
**Total running time of the script:** ( 0 minutes 0.148 seconds)


.. _sphx_glr_download_examples_1_basics_4_callback.py:
Expand All @@ -154,6 +154,8 @@ Furthermore, we print some stages of the optimization process.
.. container:: sphx-glr-footer sphx-glr-footer-example




.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: 4_callback.py <4_callback.py>`
Expand Down
6 changes: 4 additions & 2 deletions main/_sources/examples/1_basics/5_continue.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. note::
:class: sphx-glr-download-link-note

Click :ref:`here <sphx_glr_download_examples_1_basics_5_continue.py>`
:ref:`Go to the end <sphx_glr_download_examples_1_basics_5_continue.py>`
to download the full example code

.. rst-class:: sphx-glr-example-title
Expand Down Expand Up @@ -173,7 +173,7 @@ function is continued. We use a custom callback, to artificially stop the first
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 0.831 seconds)
**Total running time of the script:** ( 0 minutes 0.860 seconds)


.. _sphx_glr_download_examples_1_basics_5_continue.py:
Expand All @@ -183,6 +183,8 @@ function is continued. We use a custom callback, to artificially stop the first
.. container:: sphx-glr-footer sphx-glr-footer-example




.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: 5_continue.py <5_continue.py>`
Expand Down
6 changes: 4 additions & 2 deletions main/_sources/examples/1_basics/6_priors.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. note::
:class: sphx-glr-download-link-note

Click :ref:`here <sphx_glr_download_examples_1_basics_6_priors.py>`
:ref:`Go to the end <sphx_glr_download_examples_1_basics_6_priors.py>`
to download the full example code

.. rst-class:: sphx-glr-example-title
Expand Down Expand Up @@ -238,7 +238,7 @@ optimization, you have to change the acquisition function to ``PriorAcquisitionF
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 29.207 seconds)
**Total running time of the script:** ( 0 minutes 28.106 seconds)


.. _sphx_glr_download_examples_1_basics_6_priors.py:
Expand All @@ -248,6 +248,8 @@ optimization, you have to change the acquisition function to ``PriorAcquisitionF
.. container:: sphx-glr-footer sphx-glr-footer-example




.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: 6_priors.py <6_priors.py>`
Expand Down
12 changes: 6 additions & 6 deletions main/_sources/examples/1_basics/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Basics
.. only:: html

.. image:: /examples/1_basics/images/thumb/sphx_glr_1_quadratic_function_thumb.png
:alt: Quadratic Function
:alt:

:ref:`sphx_glr_examples_1_basics_1_quadratic_function.py`

Expand All @@ -35,7 +35,7 @@ Basics
.. only:: html

.. image:: /examples/1_basics/images/thumb/sphx_glr_2_svm_cv_thumb.png
:alt: Support Vector Machine with Cross-Validation
:alt:

:ref:`sphx_glr_examples_1_basics_2_svm_cv.py`

Expand All @@ -52,7 +52,7 @@ Basics
.. only:: html

.. image:: /examples/1_basics/images/thumb/sphx_glr_3_ask_and_tell_thumb.png
:alt: Ask-and-Tell
:alt:

:ref:`sphx_glr_examples_1_basics_3_ask_and_tell.py`

Expand All @@ -69,7 +69,7 @@ Basics
.. only:: html

.. image:: /examples/1_basics/images/thumb/sphx_glr_4_callback_thumb.png
:alt: Custom Callback
:alt:

:ref:`sphx_glr_examples_1_basics_4_callback.py`

Expand All @@ -86,7 +86,7 @@ Basics
.. only:: html

.. image:: /examples/1_basics/images/thumb/sphx_glr_5_continue_thumb.png
:alt: Continue an Optimization
:alt:

:ref:`sphx_glr_examples_1_basics_5_continue.py`

Expand All @@ -103,7 +103,7 @@ Basics
.. only:: html

.. image:: /examples/1_basics/images/thumb/sphx_glr_6_priors_thumb.png
:alt: User Priors over the Optimum
:alt:

:ref:`sphx_glr_examples_1_basics_6_priors.py`

Expand Down
15 changes: 8 additions & 7 deletions main/_sources/examples/1_basics/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@

.. _sphx_glr_examples_1_basics_sg_execution_times:


Computation times
=================
**00:36.868** total execution time for **examples_1_basics** files:
**00:35.997** total execution time for **examples_1_basics** files:

+-----------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_1_basics_6_priors.py` (``6_priors.py``) | 00:29.207 | 0.0 MB |
| :ref:`sphx_glr_examples_1_basics_6_priors.py` (``6_priors.py``) | 00:28.106 | 0.0 MB |
+-----------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_1_basics_3_ask_and_tell.py` (``3_ask_and_tell.py``) | 00:02.996 | 0.0 MB |
| :ref:`sphx_glr_examples_1_basics_3_ask_and_tell.py` (``3_ask_and_tell.py``) | 00:03.066 | 0.0 MB |
+-----------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_1_basics_1_quadratic_function.py` (``1_quadratic_function.py``) | 00:02.512 | 0.0 MB |
| :ref:`sphx_glr_examples_1_basics_1_quadratic_function.py` (``1_quadratic_function.py``) | 00:02.609 | 0.0 MB |
+-----------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_1_basics_2_svm_cv.py` (``2_svm_cv.py``) | 00:01.184 | 0.0 MB |
| :ref:`sphx_glr_examples_1_basics_2_svm_cv.py` (``2_svm_cv.py``) | 00:01.207 | 0.0 MB |
+-----------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_1_basics_5_continue.py` (``5_continue.py``) | 00:00.831 | 0.0 MB |
| :ref:`sphx_glr_examples_1_basics_5_continue.py` (``5_continue.py``) | 00:00.860 | 0.0 MB |
+-----------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_1_basics_4_callback.py` (``4_callback.py``) | 00:00.138 | 0.0 MB |
| :ref:`sphx_glr_examples_1_basics_4_callback.py` (``4_callback.py``) | 00:00.148 | 0.0 MB |
+-----------------------------------------------------------------------------------------+-----------+--------+
Loading

0 comments on commit 0e14068

Please sign in to comment.