Skip to content

Commit

Permalink
Remove additional t0 configutation from runcards
Browse files Browse the repository at this point in the history
This partly reverts
9a1e9f6
  • Loading branch information
Zaharid committed Nov 14, 2022
1 parent 5826af3 commit 9881880
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 18 deletions.
5 changes: 0 additions & 5 deletions doc/sphinx/source/tutorials/thcov_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ It can be found `here <https://github.com/NNPDF/nnpdf/tree/master/validphys2/exa
use_thcovmat_in_fitting: true
use_thcovmat_in_sampling: true
sampling_t0:
use_t0: false
fitting_t0:
use_t0: true
############################################################
fitting:
Expand Down
2 changes: 1 addition & 1 deletion n3fit/runcards/examples/Basic_feature_scaling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ datacuts:
theory:
theoryid: 200 # database id
sampling:
use_t0: false
separate_multiplicative: true

############################################################
trvlseed: 1
nnseed: 2
Expand Down
2 changes: 0 additions & 2 deletions n3fit/runcards/examples/Basic_hyperopt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ theory:
theoryid: 200 # database id

sampling:
use_t0: false
separate_multiplicative: true

hyperscan_config:
stopping:
min_epochs: 1e3
Expand Down
2 changes: 0 additions & 2 deletions n3fit/runcards/examples/Basic_runcard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ theory:
theoryid: 200 # database id

sampling:
use_t0: false
separate_multiplicative: true

parameters: # This defines the parameter dictionary that is passed to the Model Trainer
nodes_per_layer: [15, 10, 8]
activation_per_layer: ['sigmoid', 'sigmoid', 'linear']
Expand Down
1 change: 0 additions & 1 deletion n3fit/runcards/examples/Basic_runcard_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ theory:
theoryid: 162 # database id

sampling:
use_t0: false
separate_multiplicative: true
############################################################
trvlseed: 1
Expand Down
2 changes: 0 additions & 2 deletions n3fit/runcards/examples/DIS_diagonal_l2reg_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ theory:
theoryid: 162 # database id

sampling:
use_t0: false
separate_multiplicative: true

############################################################
trvlseed: 1
nnseed: 2
Expand Down
3 changes: 0 additions & 3 deletions n3fit/runcards/examples/Fit_with_theory_covmat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ theorycovmatconfig:
use_thcovmat_in_fitting: true
use_thcovmat_in_sampling: true

sampling:
use_t0: false
separate_multiplicative: false

############################################################
trvlseed: 376191634
Expand Down
2 changes: 0 additions & 2 deletions n3fit/runcards/examples/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ theory:
theoryid: 200 # database id

sampling:
use_t0: false
separate_multiplicative: true

############################################################
trvlseed: 1
nnseed: 2
Expand Down

0 comments on commit 9881880

Please sign in to comment.