I'm new to programming in Julia and I'm currently making a grid search script that can cycle through different parameters for two other Julia scripts. I then want to save the output together with the input variables in a file, what I don't know however is how to run a script with predefined parameters within a script. The two scripts work when executed via the command line.
Thanks in advance.