PhysiCell icon indicating copy to clipboard operation
PhysiCell copied to clipboard

Improvement: max_time or max_cell to stop execution

Open elmbeech opened this issue 1 year ago • 0 comments

so far, in setting.xml only max_time can be specified to stop the series. it would be nice to have additionally a max_cell setting to stop the series, and execution would be stopped when either max_time or max_cell is reached.

<overall>
    <max_time units="min">14400</max_time>
    <max_cell units="agent">9000</max_cell>
    ....
</overall>

elmbeech avatar Jul 25 '23 22:07 elmbeech