I have an experiment A that I use to set some parameters that I want other experiments to use, so this will essentially set some datasets.
These parameters will be used in experiments B, C and D. I have linked these parameters using datasets such that if I run experiment A to set the datasets and recompute arguments (by just clicking the button on the dashboard) of say experiment B, the arguments on the dashboard of experiment B will refresh to the values that I had set using experiment A. So now I can submit experiment B/C/D with the updated values.
I need the parameters of experiment B and C to be arguments and not just directly read from the datasets within the code since I do want the option to run these experiments easily with other argument values.
I want to know if there is a way such that at the end of experiment A, I can auto recompute arguments of other experiments - B and C, from code rather than having to do it manually from the dashboard every time?
Thanks in advance for any suggestions.