You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have some sort of function + utilities to separate the logs into semantically meaningful chunks. Motivation: as a simulation progresses, things can get increasingly unstable. We can diff CSTGs between groups of iterations to watch the instability progress.
Consider adding a function like partition_log("label_name ← (idk if we want any parameters in this function—think about it)"), and maybe some utilities to separate, analyze, and diff the logs/CSTGs.
The text was updated successfully, but these errors were encountered:
It would be nice to have some sort of function + utilities to separate the logs into semantically meaningful chunks. Motivation: as a simulation progresses, things can get increasingly unstable. We can diff CSTGs between groups of iterations to watch the instability progress.
Consider adding a function like
partition_log("label_name ← (idk if we want any parameters in this function—think about it)")
, and maybe some utilities to separate, analyze, and diff the logs/CSTGs.The text was updated successfully, but these errors were encountered: