I am running an optimization script using multistart. I would like to know how much time one optimization takes on a local solver, i.e. the time from when a new starting point is initialized on a local solver to the time when the local solver has completed optimizing that single starting point. I already have the 'iter' option activated so I can observe the exitflag, objective function, f-count information available.
1. Is there a way to get the time used for each optimization (something like tic/toc but analyzed individually for each local solver activated by multistart)?
2. Can the 'iter' option be modified to display the local solver processing time as well?
3. Do I need to scrap this idea and modify the optimization script so that multistart is not used, so that I can then use tic/toc?
Thank you for your help.
1. Is there a way to get the time used for each optimization (something like tic/toc but analyzed individually for each local solver activated by multistart)?
2. Can the 'iter' option be modified to display the local solver processing time as well?
3. Do I need to scrap this idea and modify the optimization script so that multistart is not used, so that I can then use tic/toc?
Thank you for your help.