From 2f9f818df22726239179f3bd72e2503e5215ef15 Mon Sep 17 00:00:00 2001 From: Joao Ramos <11727431+jrcramos@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:23:50 +0000 Subject: [PATCH] Update hybnet_train_main.m added the in line 68 "note that the random generator was fixed using rng(1803199136+1) inside the 'hybnet_train_fun.m' for reproducibility" --- hybnet_train_main.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hybnet_train_main.m b/hybnet_train_main.m index bb3f848..65d68c1 100644 --- a/hybnet_train_main.m +++ b/hybnet_train_main.m @@ -65,6 +65,8 @@ nruns=1; % DoE data so only one training repetition performed, in this isntance nruns may be changed, % but the same permutation of experiments [1 2 3 4 9] will be used % (repmat([1 2 3 4 9],nruns,1))for training, because of known DoE conditions + % note that the random generator was fixed using rng(1803199136+1) + % inside the 'hybnet_train_fun.m' for reproducibility npcs= 4; % number of pricipal compenent for reaction correlation matrix Indtr=repmat([1 2 3 4 9],nruns,1); % use ccdesign DoE square for hybnet training Indcr=repmat([7],nruns,1); % use of diamond edge of ccdesign DoE for validation