Skip to content

Commit

Permalink
Update hybnet_train_fun.m
Browse files Browse the repository at this point in the history
line 183 : added " data=runs.data_iter{1, ind};" for posterior simulation the data structure did not contain the best training permutation simulation (concentrations and rates)
  • Loading branch information
jrcramos committed Mar 8, 2024
1 parent cef56e4 commit 4cd4ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hybnet_train_fun.m
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
[~]=hnetsimul(hnet,data,iplot,1);

save([simfile '.mat'], 'hnet', 'data','wfinal','runs','nruns','ind')

data=runs.data_iter{1, ind};

else
load([simfile '.mat']);
Expand Down Expand Up @@ -430,4 +430,4 @@

% save data_temp.mat data

end
end

0 comments on commit 4cd4ca7

Please sign in to comment.