Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate the info field from the child sampler #43

Open
JoelPasvolsky opened this issue Jul 29, 2022 · 1 comment
Open

Propagate the info field from the child sampler #43

JoelPasvolsky opened this issue Jul 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@JoelPasvolsky
Copy link
Contributor

Adding this specifically for the FixVariablesComposite (in addition to the generally known issue of propagating info) because for this one, once variables are dropped, the embedding context becomes very helpful, not just the timing info.

@jackraymond
Copy link
Contributor

jackraymond commented Jul 29, 2022

This should be required as a default in all composites inheritng whereever possible the child info fields; greedy post-processing, clique+virtual-graph, and spin-reversal transform composites come to mind as cases where information is often unnecessarily destroyed (things like qpu timing information).
For my recent work with D-Wave hybrid I had to hack together this work around: https://github.com/dwavesystems/dwave-hybrid/blob/master/hybrid/samplers.py#L114 .
Not sure where, but there should be some other open-issues around

@arcondello arcondello added the bug Something isn't working label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants