Restart Fmincon Optimization from Checkpoint File
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad Azadi Tabar
el 18 de Feb. de 2024
Respondida: Matt J
el 18 de Feb. de 2024
I am runing a time consuming simulation and due to some problem, sometimes the optimization with Fmincon is failing in the midlle of it. Hence, I wonder if there is a possiblity of having a checkpoint file (similar to surrogate optimization)?
Currently I am giving last point of previous run as intial guess of new run.
0 comentarios
Respuesta aceptada
Matt J
el 18 de Feb. de 2024
No, unfortunately. Restarting from the last point is probably the best you can do. Although, apart from the interior-point algorithm, I'm pretty sure this is equivalent to using a checkpoint for all the other algorithms.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!