Skip to content

Commit

Permalink
Merge pull request #666 from Epistimio/feature_contrib
Browse files Browse the repository at this point in the history
Improve Getting started example command
  • Loading branch information
bouthilx committed Oct 22, 2021
2 parents 8b4d2f5 + 8775293 commit 4b73db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/install/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For the previous example, we would run

.. code-block:: console
$ orion hunt -n <experiment name> script.py --lr~'loguniform(1e-5, 1.0)'
$ orion hunt -n <experiment name> --max-trials 10 python script.py --lr~'loguniform(1e-5, 1.0)'
This is going to start the optimization process using the default optimization algorithm and sample
the values for the ``lr`` hyper-parameter in a log uniform distribution between 0.00001 et 1.0. Each
Expand Down

0 comments on commit 4b73db2

Please sign in to comment.