How to programmatically stop simulation when output converges
    10 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Yunyu Hu
 el 22 de Feb. de 2020
  
    
    
    
    
    Respondida: Vimal Rathod
    
 el 27 de Feb. de 2020
            I am running a model to do somthing like Monta Carlo simulation.
The output will get to a stable value after enough time, sometimes it takes longer, sometimes it takes less time.
To save the simulation time (there are several thousands of simulations to do), how can I programmatically set dynamic simulation time or stop simulation when output gets stable?
If there is even a solution for parallel computing, that would be even better.
Thanks and BR
2 comentarios
Respuesta aceptada
  Vimal Rathod
    
 el 27 de Feb. de 2020
        You could use a Stop Simuation Block to stop the simulation by defining a condition which you want to satisfy before stopping the simulation.
You need to construct some logic which gives a boolean input to the stop simulation block.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


