Open
Description
Motivation
In RunHarmony there was the option to plot the convergence plot to debug if it did not reach convergence. This option is not available in IntegrateLayers with HarmonyIntegration.
When the warning pops up indicating it does not converge in 25 iterations, I would like to visually assess how it looks.
Feature Description
Add the plot_convergence
option in that function.
Alternatives
The plot could be generated like in RunHarmon or also saved to a defined path. If running on a cluster, the plot would be lost if no path is indicated. In the past, I think I managed to rescue it with ggsave(), but being able to indicate a path where to save when it is needed would be ideal.