Skip to content

Commit

Permalink
Fix in hyperopt.rst docs
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <roystegeman@live.nl>
  • Loading branch information
Cmurilochem and RoyStegeman committed Nov 6, 2023
1 parent a00cc9f commit ec4d507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/source/n3fit/hyperopt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Restarting hyperoptimization runs
In addition to the ``tries.json`` files, hyperparameter scans also produce ``tries.pkl`` `pickle <https://docs.python.org/3/library/pickle.html>`_ files,
which are located in the same directory as the corresponding ``tries.json`` file.
The generated ``tries.pkl`` file stores the complete history of a previous hyperoptimization run, making it possible to resume the process using the ``hyperopt`` framework.
To achieve this, you can utilize the ``--restart`` option within the ``n3fit`` command, e.g.,:
To achieve this, you can use the ``--restart`` option within the ``n3fit`` command, e.g.,:

.. code-block:: bash
Expand Down

0 comments on commit ec4d507

Please sign in to comment.