Thomas Bouquet
Thomas Bouquet
Possible bug when combining this new window with the keyboard interrupt feature from #51: if the user stops the optimization manually between the moment when the window is reduced but...
Overriden by #78
Overriden by #78
Overriden by #78
The SB backend must run with float dtypes because the values of the oscillators are in [-1, 1]. During tests carried out for #61 it appeared that some key PyTorch...
PR #61 introduces parametrized tests, including several devices (CPU by default + GPU if available on the hardware) > May not be possible to run GPU tests directly on GitHub...
`engine`, `version` or `activation` could also be good candidates, maybe we should vote
Hello @sb12q, The VRP problem can indeed be converted to a QUBO model so the SB algorithm can be used to approximate a solution. However, the VRP quadratic formulation must...
Hello @sb12q and sorry for the late reply, We are currently working on the use of the SB algorithm for "classical" NP-hard problems. This includes a proper API and scaling...
> Hello [@sb12q](https://github.com/sb12q) and sorry for the late reply, > > We are currently working on the use of the SB algorithm for "classical" NP-hard problems. This includes a proper...