Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warm start a stratey based on config provided seed conditions (#487)
Summary: Pull Request resolved: #487 There is a desire to warm start a strategy with data filtered on master table values recorded from previous experiments. Data can be filtered on any data other than master.unique_id. This means that the below are all valid filter criteria: - experiment_name - experiment_description - experiment_id - participant_id - anything stored in extra_metadata Criteria will follow AND logic between fields, but inclusive OR logic within the same field. Data will be further filtered out if it does not meet these criteria: - Each parameter matches on name and type - Each outcome matches on name and type - Stimuli per trial are the same allow-large-files Reviewed By: crasanders Differential Revision: D66731597
- Loading branch information