Stefan Hannie
Results
2
issues of
Stefan Hannie
**Current Problem** When working with overlap embeddings (embeddings where overlapping chains are permitted), `MissingEdgeErrors` are being thrown when edges are not missing. **Proposed Solution** Rework `dwave.embedding.diagnose_embedding(...)`: - Change `label =...
Division by zero is unavoidable in a vectorized implementation of `p_norm` since zeros appear along the diagonal of the matrix. There are (at least) two strategies to overcome this: 1....