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

[ENH] Speed up computation when agents have converged #52

Open
bqth29 opened this issue Dec 23, 2023 · 0 comments · May be fixed by #55
Open

[ENH] Speed up computation when agents have converged #52

bqth29 opened this issue Dec 23, 2023 · 0 comments · May be fixed by #55
Labels
performance Improvement of the algorithm's performance

Comments

@bqth29
Copy link
Owner

bqth29 commented Dec 23, 2023

When the stop window is used, it could be interesting to remove the converged agents to reduce the number of computations and thus speed up the convergence of the other agents.

Currently, the converged agents' spins are stored so their final value is frozen but they are not removed from the oscillators tensors which means that some spins are updated for no reason.

@bqth29 bqth29 linked a pull request Jan 2, 2024 that will close this issue
3 tasks
@bqth29 bqth29 added the performance Improvement of the algorithm's performance label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Improvement of the algorithm's performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant