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_resultsto a folder.Use this method as part of your
save_core_resultsmethod to simplify its implementation.