I finally gave up this attempt and edited my code to save checkpoint file every iteration rather than overwrite it. The implementation is based on 'OutputFcn' in optimoptions. So next time I can restart the optimization process from any iteration.
Can I restart surrogateopt from earlier iterations with checkpoint file?
6 views (last 30 days)
Show older comments
My surrogateopt stopped because of external program crash, and I'm sure several function evaluations near the crash is not reliable. Thus, I want to restart surrogateopt from earlier iterations rather than resuming from the itertaion that the checkpoint file ends. Is it possible?
Answers (1)
See Also
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!