ProblemDataset.to_pickle¶ ProblemDataset.to_pickle(file_path)[source]¶ Serialize the dataset to a pickle file for efficient reload. Parameters: file_path (str) – Target pickle file path. Raises: IOError – If writing to the file system fails.