HistoryΒΆ
Introduction || General || Directories || Profiling || TCP || History || Resources
- save_every_k_sims [int]:
Save history array to file after every k simulated points.
- save_every_k_gens [int]:
Save history array to file after every k generated points.
- save_H_and_persis_on_abort [bool] =
True: Save states of
Handpersis_infoto file on aborting after an exception.- save_H_on_completion [bool] =
False: Save state of
Hto file upon completing a workflow. Also enabled when eithersave_every_k_simsorsave_every_k_gensis set.- save_H_with_date [bool] =
False: Hfilename contains date and timestamp.- H_file_prefix [str] =
"libE_history": Prefix for
Hfilename.- final_gen_send [bool] =
False: Send final simulation results to persistent generators before shutdown. The results will be sent along with the
PERSIS_STOPtag.