save_opti_results#

gaitmap_challenges.challenge_base.save_opti_results(opti_results: List[Dict[str, Any]], folder_path: Union[str, Path], filename: str = 'opti_results.json')[source]#

Save optimization results extracted using collect_opti_results to a folder.

Use this method as part of your save_core_results method to simplify its implementation.