I have simulation which runs materiel sweeps in the outside for loops and parametric sweep inside for loops. I have around ~500 possible cases for materiel sweeps and for each case, I want to run a parametric sweep with different 100 values. As the simulation move from the next material sweep case, I want to assign a new 100 list of parametric values. I am not sure how to proceed to next 100 new parametric values once the previous 100 values computed.
↧