Use the eFAST approach to generate parameter sets
generate_efast_parameter_sets(FILEPATH, NUMCURVES, NUMSAMPLES, PARAMETERS,
PMIN, PMAX)
Directory where the parameter samples should be output to
The number of 'resamples' to perform (see eFAST documentation) - recommend using at least 3
The number of parameter subsets to generate - should be at least 65 for eFAST
Array containing the names of the parameters of which parameter samples will be generated. For eFAST, remember to add a parameter named 'Dummy'
Array containing the minimum value that should be used for each parameter and the dummy. Sets a lower bound on sampling space
Array containing the maximum value that should be used for each parameter and the dummy. Sets an upper bound on sampling space