SED-ML / sed-ml

Simulation Experiment Description Markup Language (SED-ML)
http://sed-ml.org
5 stars 2 forks source link

Create 'while' loop possibility #163

Open luciansmith opened 3 years ago

matthiaskoenig commented 3 years ago

For clarification: There should be a way to repeat simulations until a certain stop condition is reached. E.g. a boolean simulation should stop if a state is reached which is already on the trajectory (because this is a cyclic attractor and no more simulation is necessary). A while loop with break could provide a solution.