Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathn0t committed Mar 26, 2024
1 parent b2a0671 commit 6262e63
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
Binary file modified docs/examples/examples_jupyter.zip
Binary file not shown.
Binary file modified docs/examples/examples_python.zip
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Below is a gallery of examples on how to use DeepHyper.

.. raw:: html

<div class="sphx-glr-thumbnail-title">Profile the Worker Utilization</div>
<div class="sphx-glr-thumbnail-title">Standard Experimental Design (Grid Search)</div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/examples/plot_experimental_design.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"\n# Profile the Worker Utilization\n\n**Author(s)**: Romain Egele.\n\nThis example demonstrates how to generate points from standard experimental designs (e.g., random, grid, lhs).\n"
"\n# Standard Experimental Design (Grid Search)\n\n**Author(s)**: Romain Egele.\n\nThis example demonstrates how to generate points from standard experimental designs (e.g., random, grid, lhs).\n"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/plot_experimental_design.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
Profile the Worker Utilization
==============================
Standard Experimental Design (Grid Search)
==========================================
**Author(s)**: Romain Egele.
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/plot_experimental_design.py.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7f69999a456e564a57a3f22168030ff9
ff34036c06e4cbdb2a466d88cb521d67
8 changes: 4 additions & 4 deletions docs/examples/plot_experimental_design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
.. _sphx_glr_examples_plot_experimental_design.py:


Profile the Worker Utilization
==============================
Standard Experimental Design (Grid Search)
==========================================

**Author(s)**: Romain Egele.

Expand Down Expand Up @@ -124,7 +124,7 @@ Note that `n_points` and `max_evals` take the same value here.

.. code-block:: none
WARNING:root:Results file already exists, it will be renamed to /Users/romainegele/Documents/Argonne/deephyper/examples/results_20240326-162520.csv
WARNING:root:Results file already exists, it will be renamed to /Users/romainegele/Documents/Argonne/deephyper/examples/results_20240326-172239.csv
Expand Down Expand Up @@ -161,7 +161,7 @@ Finally, we plot the results from the collected DataFrame.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 4.601 seconds)
**Total running time of the script:** (0 minutes 3.929 seconds)


.. _sphx_glr_download_examples_plot_experimental_design.py:
Expand Down
Binary file modified docs/examples/plot_experimental_design_codeobj.pickle
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/examples/sg_execution_times.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

Computation times
=================
**04:29.880** total execution time for **examples** files:
**00:03.929** total execution time for **examples** files:

+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_plot_from_serial_to_parallel_hyperparameter_search.py` (``plot_from_serial_to_parallel_hyperparameter_search.py``) | 04:02.737 | 0.0 MB |
| :ref:`sphx_glr_examples_plot_experimental_design.py` (``plot_experimental_design.py``) | 00:03.929 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_plot_profile_worker_utilization.py` (``plot_profile_worker_utilization.py``) | 00:22.543 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_plot_experimental_design.py` (``plot_experimental_design.py``) | 00:04.601 | 0.0 MB |
| :ref:`sphx_glr_examples_plot_from_serial_to_parallel_hyperparameter_search.py` (``plot_from_serial_to_parallel_hyperparameter_search.py``) | 00:00.000 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_plot_notify_failures_hyperparameter_search.py` (``plot_notify_failures_hyperparameter_search.py``) | 00:00.000 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_plot_profile_worker_utilization.py` (``plot_profile_worker_utilization.py``) | 00:00.000 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples_plot_transfer_learning_for_hps.py` (``plot_transfer_learning_for_hps.py``) | 00:00.000 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
4 changes: 2 additions & 2 deletions examples/plot_experimental_design.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
Profile the Worker Utilization
==============================
Standard Experimental Design (Grid Search)
==========================================
**Author(s)**: Romain Egele.
Expand Down

0 comments on commit 6262e63

Please sign in to comment.