Open SushantGautam opened 4 years ago
Can you give an example of what you would want to do?
for example When I call any function like SIR_individual_based_pure_IC we could pass an argument for progress printing. eg. SIR_individual_based_pure_IC (. . .. .. , verbose=True) We would print the progress of integration with that enabled. I could see the dependency on scipy.integrate.odeint Maybe this could be of help: https://stackoverflow.com/questions/59047892/how-to-monitor-the-process-of-scipy-odeint
Can you add options for callback function? Since simulations are slower there seems no way to find the progress.
Thanks