load_opti_results#

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

Load the results of an optimization from a folder.

This expects that the results have been saved using save_opti_results.

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