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.
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.