araujolma/SOAR

Saving plots to disk

Closed this issue · 1 comments

Since the solution takes a long time to converge, it would be interesting to save a "picture" of the current state of the solution for the user to see and analyze.

Useful plots would be:

  • convergence histories (P,Q,I,...)
  • overall solution (plotSol)
  • compared solutions (current and initial)
  • trajectory trace

Partially solved in branch "msgra".

It would be interesting to use the ITman to change the saving flags with some periodicity. This would reduce disk operations (typically much slower) significantly, without a major alteration on the user "experience".