bqth29 / simulated-bifurcation-algorithm

Python CPU/GPU implementation of the Simulated Bifurcation (SB) algorithm to solve quadratic optimization problems (QUBO, Ising, TSP, optimal asset allocations for a portfolio, etc.).
MIT License
108 stars 27 forks source link

Goto parameters #11

Closed bqth29 closed 1 year ago

bqth29 commented 1 year ago

The quadratic scaling parameter and momentum update coefficient were slightly modified to fit Goto et al.'s papers. That led to a better average accuracy of the algorithm and a smaller standard deviation.