You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a mode switch matrix_mode: False for use in the sim_params_yaml file for batch running that would use a vector mode instead of a large test matrix using meshgrid. The solution would have to handle parameter arrays of different lengths in some way (error out or pad with a value). Simplest thing might be to require arrays of parameters to be the same length and all other parameters to be a scalar (which would be padded with that scalar value to match the length of the arrays of parameters).
The text was updated successfully, but these errors were encountered:
Implement a mode switch
matrix_mode: False
for use in thesim_params_yaml
file for batch running that would use a vector mode instead of a large test matrix usingmeshgrid
. The solution would have to handle parameter arrays of different lengths in some way (error out or pad with a value). Simplest thing might be to require arrays of parameters to be the same length and all other parameters to be a scalar (which would be padded with that scalar value to match the length of the arrays of parameters).The text was updated successfully, but these errors were encountered: