boa.wrapper_utils.get_trial_dir#

boa.wrapper_utils.get_trial_dir(experiment_dir: PathLike, trial_index: int, **kwargs)[source]#

Return a directory for a trial, Trial directory is named with the trial index.

Parameters
  • experiment_dir (os.PathLike) – Directory for the experiment

  • trial_index (int) – Trial index from the Ax client

  • kwargs – kwargs passed to zfilled_trial_index

Returns

Directory for the trial

Return type

Path