Alexander Condello
Alexander Condello
Opened another PR (https://github.com/Penlect/rectangle-packer/pull/23) against rectangle-packer to see if that fixes it.
Unfortunately I think any ARM osx system will run into this issue, though I don't myself have access to a mac so I haven't been able to exhaustively check.
`mdurl` is a third party package, I would open an issue on their page: https://github.com/executablebooks/mdurl
In the `eval_energy()` function it looks like you're subtracting the energy rather than adding it. Try with ```python def eval_energy(merged_dict, X): ''' evaluate energy of PUSO/BUSO ''' energy = 0....
> Could I check with you that the number of auxiliaries added by dimod.make_quadratic does not increase with `strength`? Correct. Though be aware the the variable type _does_ affect the...
No great wisdom unfortunately. If we have to derive it empirically based on performance then I guess that's what we have to do :shrug:
Oh, also needs a [release note](https://github.com/dwavesystems/dimod?tab=readme-ov-file#release-notes). Probably something like `Add ``power_r()`` generator function to ``dimod.generators``. The weights of the generated Ising problems follow a power-law distribution with respect to their...
My concern is much more with NetworkX than with our generators. I see that [in 3.0 Networkx dropped `OrderedGraph`](https://github.com/networkx/networkx/pull/5813) because the underlying Python dictionaries are now ordered. So at least...
It also appears that `minorminer.subgraph` traverses only the edgelist for what it's worth, see https://github.com/dwavesystems/minorminer/blob/6d7df5780898061dd6eb3d39bcee0cb487c2f9ab/minorminer/subgraph.pyx#L307-L319
Closing as redundant to https://github.com/dwavesystems/dwave-networkx/pull/238