simulated-bifurcation-algorithm icon indicating copy to clipboard operation
simulated-bifurcation-algorithm copied to clipboard

[ENH] Speed up computation when agents have converged

Open bqth29 opened this issue 1 year ago • 0 comments

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 avatar Dec 23 '23 10:12 bqth29