You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arcondello Thanks for the interesting issue and sorry for the late reply (I've just missed the issue for a long time.)
I would like to understand the details of your benchmark. Does the column t_dimod_cpp show the data with pure C++?
Thanks for the reply! The result is quite interesting!
I"m wondering if the difference between the AdjVectorBQM version of dimod and the previous one is just the structure of adjacency elements (i.e. storing adjacency elements as vector array)?
Hey folks, awesome project!
Have you had a chance to check out the c++ bqms introduced in dimod 0.9.0?
I reran the benchmark in the README using the
AdjVectorBQM
as a third option and got the following results:They are also header-only though right now the API is not considered stable (see dwavesystems/dimod#756).
I'd love to talk more about it and see if there are ideas from both that can be combined to make a best-of-both worlds implementation.
The text was updated successfully, but these errors were encountered: