boa.wrapper_utils.get_trial_dir#
- boa.wrapper_utils.get_trial_dir(experiment_dir, trial_index)#
Return a directory for a trial, Trial directory is named with the trial index.
- Parameters:
experiment_dir (Path) – Directory for the experiment
trial_index (int) – Trial index from the Ax client
- Returns:
Directory for the trial
- Return type:
Path