load_cache¶
- load_cache(function, summary_file)¶
Makes an openturns.MemoizeFunction including in its cache the previous evaluations written in the summary_file.
- Parameters:
- functionopenturns.Function or openturns.OpenTURNSPythonFunction
Function that will be turned into a openturns.MemoizeFunction
- summary_filestr
Path to the summary file created by the make_summary_file method.