boa.storage#

Functions

load_experiment

Load experiment from file.

pickle_obj

save_experiment

scheduler_from_json_file

Restore an AxClient and its state from a JSON-serialized snapshot, residing in a .json file by the given path.

scheduler_from_json_snapshot

Recreate an AxClient from a JSON snapshot.

scheduler_to_json_file

Save a JSON-serialized snapshot of this AxClient's settings and state to a .json file by the given path.

scheduler_to_json_snapshot

Serialize this AxClient to JSON to be able to interrupt and restart optimization and save it to file by the provided path.

unpickle_obj