Latin Hypercube Sampling adds default parameter values for probability levels. I don't want to specify probability levels, and thus a standard method for removing optional parameter values is requested.
I have found that:
d.method.probability_levels=()
Works to remove these parameters from the dakota.in file.
Would it be possible to provide recommendations for removing default parameter values?