We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708b109 commit 64fea5dCopy full SHA for 64fea5d
n3fit/src/n3fit/model_trainer.py
@@ -883,6 +883,8 @@ def hyperparametrizable(self, params):
883
# Fill the 3 dictionaries (training, validation, experimental) with the layers and losses
884
# when k-folding, these are the same for all folds
885
positivity_dict = params.get("positivity", {})
886
+ if not self.mode_hyperopt:
887
+ positivity_dict['initial'] = hyperopt_params["initial"][idx_hyperparamters]
888
integrability_dict = params.get("integrability", {})
889
self._generate_observables(
890
positivity_dict.get("multiplier"),
0 commit comments