Options to save RunningMetric plots #233
Answered
by
blankjul
rabiu42000
asked this question in
Q&A
-
I am running optimization in a loop. At each iteration I want to to save RunningMetric plots with command such as plt.savefig(filename) instead of output into the IDE display. Is there an option to save each plot after each iteration in the loop? |
Beta Was this translation helpful? Give feedback.
Answered by
blankjul
Jan 3, 2022
Replies: 1 comment 1 reply
-
This is possible but with a more hacky solution. Simply define your own running metric based on ours and store the files.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rabiu42000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is possible but with a more hacky solution. Simply define your own running metric based on ours and store the files.
You can also define it more generic in the class itself.