-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Idea
Instead of selecting a fixed gap length for experiments, it would be cool to have the ability to give bounds and sample between those bounds.
UI
This could for example be implemented as the Gap entry hawing a Fixed / Random / Manual selector, (Manual being the option that currently is the last option of Gap).
If "Fixed" is selected, it follows the current logic, i.e. displaying
Gap: Fixed
10min
With "Random", it could provide two selectors,
Gap: Random
Min: 10min
Max: 60min
With "Manual", it would be as it currently is,
Gap: Manual
Randomization
Either using a random generator, or just reading the last 2-3 digits from current time in milliseconds, and using that to interpolate. Upon the initial creation of the experiment, and on each entry saving, this would get reassigned.
Metadata
Metadata
Assignees
Labels
No labels