Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make permutation sweep configurable #79

Open
sverhoeven opened this issue Nov 11, 2024 · 1 comment
Open

Make permutation sweep configurable #79

sverhoeven opened this issue Nov 11, 2024 · 1 comment

Comments

@sverhoeven
Copy link
Collaborator

In #72 a sweep button for permutation was introduced.

localhost_3000_ (3)

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

  1. Start, end, number of steps. It would be nice if the start could be initially set to the default value+increment.
  2. Start, increment, number of steps
  3. Give list of numbers

Picking parameters could be done with

  1. 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.
  2. 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.
  3. A combo box, where you can select multiple. Each selected parameter has a sweep subform.
@sverhoeven
Copy link
Collaborator Author

It would also be nice if you could overwrite or append to existing permutations using a switch component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant