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

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.).

Results 22 simulated-bifurcation-algorithm issues
Sort by recently updated
recently updated
newest added

In the code, the Euler method with fixed step length is implemented as the solver for the master equation. Why Runge Kutta method with 4th order accuracy and adjustable step...

Currently, the parameters of the SB algorithm are hardcoded. Though they work quite well on unconstrained problems, we noticed a huge performance drop on constrained problems converted to QUBO/Ising formulations....

help wanted
question
model