Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use log file for visualization #101

Open
Novice-me opened this issue Oct 17, 2024 · 1 comment
Open

Use log file for visualization #101

Novice-me opened this issue Oct 17, 2024 · 1 comment

Comments

@Novice-me
Copy link

similar to Visualization after optimization .
my question is whether it is possible to use the log file saved in logs dir for visualization (e.g. plot_convergence) after the optimizer is closed (e.g. after the python script is executed)

@Xbc-gressor
Copy link
Collaborator

You can try parsing the configuration and target value information from the log files, manually construct the observation to update the history, and then call the visualization. We are planning to automatically store the history and update the visualization function in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants