Multiparameter sweep
Launches several simulations covering all combinations of parameters values as indicated by the user. If, for example, our model has 2 parameters with the following default values, p1=10 and p2=100; and we want to perturb them as:
This will result in 6 iterations (2 values for p1 and 3 for p2). The corresponding simulations will be:
Known limitations
Only parameters and variables of type Real are recognized. Renamings like 'type MyType = Real' are not supported either.
Arrays of any type are also not yet supported.