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
In #72 a sweep button for permutation was introduced.
For now it is hardcoded to generate 24 permutations without any possibility for configuration. It would be nice if a user could pick the parameter, and choose sweep type with subform for
Start, end, number of steps. It would be nice if the start could be initially set to the default value+increment.
Start, increment, number of steps
Give list of numbers
Picking parameters could be done with
A form same a reference config edit, but with all text fields replaced by checkboxes. Selected parameters use field array to show a sweep subform.
A combo box, which is missing items already selected. Either selecting a parameter will add a new array item with a sweep subform. Or you have array item add button and each sweep subform has a parameter combobox.
A combo box, where you can select multiple. Each selected parameter has a sweep subform.
The text was updated successfully, but these errors were encountered:
In #72 a sweep button for permutation was introduced.
For now it is hardcoded to generate 24 permutations without any possibility for configuration. It would be nice if a user could pick the parameter, and choose sweep type with subform for
Picking parameters could be done with
The text was updated successfully, but these errors were encountered: