- Yes, most settings are inherited from the active configset. The most notable exceptions are the states and sensitivities that get logged, and the stop time/output times. So, MaximumWallClock should apply to all simulations for both SimFunction and sbiofit simulations.
- As always, the simulation runs until any of the stop criteria are met. So there’s no concept of “overruling.” If a simulation takes longer than the maximumWallClock time, simulation results are returned for whatever output times have been reached.
- Sbiofit detects when a simulation ends early and returns an objective function value of Inf, so that the optimizer will reject this condition as an optimum. Using a maximumWallClock time for sbiofit is generally a good idea to avoid the ODE solver getting stuck on implausible simulation results.
Simulation stop criteria for simfunctions and sbiofit
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
A few questions that are related to each other:
- Does the 'MaximumWallClock' property (https://www.mathworks.com/help/simbio/ref/maximumwallclock.html) apply only to 'sbiosimulate', or also to simfunctions and 'sbiofit'?
- If it does apply to simfunctions, would the specification of output times in the call of the simfunction override the MaximumWallClock setting, as suggested to be the case for 'sbiosimulate' in the link above?
- If the 'MaximumWallClock' property is used in 'sbiofit', what is the objective function value assigned to a failed simulation?
Thank you,
Abed
0 件のコメント
採用された回答
Sietse Braakman
2019 年 11 月 8 日
Hi Abed,
Interesting questions -
Best,
Sietse
2 件のコメント
emjey
2020 年 2 月 25 日
編集済み: emjey
2020 年 2 月 25 日
hi Sietse, Abed, I have a related question. I run many simulations in a loop and would like to terminate stuck simulations with 'MaximumWallClock'. Is there a build in way to flag simulations terminated in such way? The reason for this is that I need to discard those results because it would falsify the analysis outcome (global sensitivity).
その他の回答 (0 件)
コミュニティ
その他の回答 SimBiology コミュニティ
参考
カテゴリ
Help Center および File Exchange で Perform Sensitivity Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!