Skip to content

Commit

Permalink
Update hybnet_train_main.m
Browse files Browse the repository at this point in the history
added the in line 68
"note that the random generator was fixed using rng(1803199136+1) inside the 'hybnet_train_fun.m' for reproducibility"
  • Loading branch information
jrcramos committed Mar 21, 2024
1 parent 4cd4ca7 commit 2f9f818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hybnet_train_main.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f9f818

Please sign in to comment.