This is supposed to solve for one of the goals of the library, that is, provide a tool to measure solvers' performance. The idea is as follows: a contour map showing the number of iterations required for a particular transfer angle and non-dimensional time of flight will be generated.
However, notice that this plotter does not retrieve a full insight on the performance of the algorithms, as the time per iteration is not an output. Anyway, it is a first approach to provide users and authors with a performance tool, which must be based on the matplotlib library.
💻 Feature request: iterations performance plotter
This is supposed to solve for one of the goals of the library, that is, provide a tool to measure solvers' performance. The idea is as follows: a contour map showing the number of iterations required for a particular transfer angle and non-dimensional time of flight will be generated.
However, notice that this plotter does not retrieve a full insight on the performance of the algorithms, as the time per iteration is not an output. Anyway, it is a first approach to provide users and authors with a performance tool, which must be based on the
matplotlib
library.