Skip to content

Commit 24eebc1

Browse files
committed
move fit iteration in docs from advanced topics to standard fit instructions
1 parent ba82859 commit 24eebc1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/sphinx/source/tutorials/run-fit.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ After obtaining the fit you can proceed with the fit upload and analysis by:
145145

146146
1. *For members of NNPDF*, it is possible to upload the results to the nnpdf server using ``vp-upload runcard_folder`` then install the fitted set with ``vp-get fit fit_name``. Otherwise, copy or link to the results to the ``share/NNPDF/results/`` folder (usually under ``~/.local/share`` or ``${CONDA_PREFIX}/share/``.
147147

148-
2. Analysing the results with ``validphys``, see the :ref:`vp-guide <vp-index>`.
148+
2. It is recommended to iterate a fit to achieve a higher degree of convergence/stability in the fit.
149+
To read more about this, see :ref:`How to run an iterated fit <run-iterated-fit>`.
150+
151+
3. Analysing the results with ``validphys``, see the :ref:`vp-guide <vp-index>`.
149152
Consider using the ``vp-comparefits`` tool.
150153

151154

@@ -170,12 +173,6 @@ In order to change the backend, the environment variable ``KERAS_BACKENDD`` need
170173
The best results are obtained with ``tensorflow[and-cuda]`` installed from pip
171174
and running ``n3fit`` in GPU, see :ref:`parallel-label`.
172175

173-
Iterate the fit
174-
~~~~~~~~~~~~~~~
175-
176-
It may be desirable to iterate a fit to achieve a higher degree of convergence/stability in the fit.
177-
To read more about this, see :ref:`How to run an iterated fit <run-iterated-fit>`.
178-
179176
QED fit
180177
~~~~~~~
181178

0 commit comments

Comments
 (0)