Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nnpdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emanuele Roberto Nocera
nnpdf
Commits
df8df5c3
Commit
df8df5c3
authored
4 years ago
by
juacrumar
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
ca58ff70
No related branches found
No related tags found
1 merge request
!945
Expose positivity threshold in the runcard
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/sphinx/source/n3fit/runcard_detailed.rst
+6
-1
6 additions, 1 deletion
doc/sphinx/source/n3fit/runcard_detailed.rst
with
6 additions
and
1 deletion
doc/sphinx/source/n3fit/runcard_detailed.rst
+
6
−
1
View file @
df8df5c3
...
...
@@ -154,6 +154,7 @@ the Neural Network as:
fitting:
parameters:
positivity:
threshold: 1e-6
multiplier: 1.05
initial: 14.5
...
...
@@ -164,7 +165,11 @@ In this case ``n3fit`` will set the initial Lagrange multiplier as ``initial`` (
while the ``multiplier`` will be such that after the last epoch the final Lagrange multiplier
equals the ``poslambda`` defined for the dataset.
Note that the effect of the positivity constraints on the fit are still being studied and so this cannot be considered final.
Finally we have the positivity threshold, which is set to ``1e-6`` by default.
During the fit, the positivity loss will be compared to this value, if it is above
the positivity won't be considered good (and thus the fit won't stop).
If the replica reaches the maximum number of epochs with the positivity loss above
this value, it will be tagged as ``POS_VETO`` and the replica removed from postfit.
.. _otheroptions-label:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment