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

Plot how the algorithm converges #119

Open
uyot10 opened this issue May 4, 2023 · 4 comments
Open

Plot how the algorithm converges #119

uyot10 opened this issue May 4, 2023 · 4 comments
Labels
question Further information is requested

Comments

@uyot10
Copy link

uyot10 commented May 4, 2023

Is there any way to plot how the algorithm converges? It would be nice to see how much it improves in each iteration

@tpaviot tpaviot added the question Further information is requested label May 4, 2023
@tpaviot
Copy link
Owner

tpaviot commented May 4, 2023

What do you exactly mean with "how the algorithm converges"? which improvement do you need to see?

@uyot10
Copy link
Author

uyot10 commented May 4, 2023

When the algorithm finishes and finds the optimal value it prints how many iterations it has done. It would be useful to plot how the algorithm improved the value in each iteration to see which iterations are the ones that matter the most and in a more visual way.

@tpaviot
Copy link
Owner

tpaviot commented May 5, 2023

right, in the optimization mode that's an info that can be useful. In a graphical way similar to the loss in an ML training process, right?

@uyot10
Copy link
Author

uyot10 commented May 8, 2023

Exactly, so it would be great to implement a simple graph to show the improvement on each iteration in both incremental and z3 algorithms

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

No branches or pull requests

2 participants