I would like to automatically select a set of parameters that gives me a "good" solution, ideally, one where not all parameters are zero. The parameters A[0]
, A[1]
, A[2]
, B[1]
, and B[2]
are essential and must always be included. The other parameters are optional and can be selected in various combinations (e.g., one, two, or more at a time).
Currently, I manually add or remove these optional parameters, which is time-consuming. I’m looking for a way to automate the selection process to find the best combination of parameters that yields a valid and meaningful (non-zero) solution.
How can I approach this systematically?
params.mw
Download params.mw