Simulation stop criteria for simfunctions and sbiofit

1 visualización (últimos 30 días)
Abed Alnaif
Abed Alnaif el 8 de Nov. de 2019
Editada: emjey el 25 de Feb. de 2020
Hello,
A few questions that are related to each other:
  1. Does the 'MaximumWallClock' property (https://www.mathworks.com/help/simbio/ref/maximumwallclock.html) apply only to 'sbiosimulate', or also to simfunctions and 'sbiofit'?
  2. 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?
  3. If the 'MaximumWallClock' property is used in 'sbiofit', what is the objective function value assigned to a failed simulation?
Thank you,
Abed

Respuesta aceptada

Sietse Braakman
Sietse Braakman el 8 de Nov. de 2019
Hi Abed,
Interesting questions -
  1. 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.
  2. 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.
  3. 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.
Best,
Sietse
  2 comentarios
Abed Alnaif
Abed Alnaif el 8 de Nov. de 2019
Thanks, Sietse!
emjey
emjey el 25 de Feb. de 2020
Editada: emjey el 25 de Feb. de 2020
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).

Iniciar sesión para comentar.

Más respuestas (0)

Comunidades de usuarios

Más respuestas en  SimBiology Community

Categorías

Más información sobre Scan Parameter Ranges en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by