Visualizing iterative algorithms as they run #1303
Unanswered
FeldrinH
asked this question in
Pluto development
Replies: 1 comment 2 replies
-
You can wrap your iteration in a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pluto is in general great and very convenient, however, one thing I struggle with is how to deal with visualizing iterative algorithms.
Say for example I have some iterative optimization algorithms, that optimize the current result with every iteration and can run indefinitely.
Since these algorithms can run indefinitely, I would like to somehow visualize the current state of the algorithm as it runs so I can monitor the progress while I wait as well as decide when to stop optimizing.
However, given that Pluto only shows the results of cells and there is no global state allowed, I am not sure how I should visualize intermediate results while the algorithms is running.
Are there any existing or planned methods/approaches for dealing with this sort of thing?
Beta Was this translation helpful? Give feedback.
All reactions