- Enable Verbode output after installing YALMIP in your system.
- Use a solver that supports iteration info. Solver like “IPOPT” provide detail iteration logs. YALMIP itself does not track iterations.
- Capture solver output using “optimize”
- Extract Iteration data
- Manually track object value and update the model or parameters using “optimize”.
- Plot the convergence graph using MATLAB “plot” function.