Check the Restore model cache from file box to load the saved model cache from the file specified in the Model cache file field.
Check the Do not overwrite the file box to make the cache file readonly.
Check the Dump the cache to the file asynchronously box to have the model runs for the next iteration continue immediately after the dump is called.
Every iteration all models are dumped into the cache file. By default it is done synchronously, meaning no further computations are performed until the cache file is written. Checking this option tells pyDarwin to dump the file asynchronously, in a separate thread so the next iteration of the model runs can continue.
Clicking “?” opens the pyDarwin documentation page with more details about that option in a web browser.