save_to_dir# HEBOSearch.save_to_dir(checkpoint_dir: str, session_str: str = 'default')# Automatically saves the given searcher to the checkpoint_dir. This is automatically used by Tuner().fit() during a Tune job. Parameters: checkpoint_dir (str) – Filepath to experiment dir. session_str (str) – Unique identifier of the current run session.