-
Notifications
You must be signed in to change notification settings - Fork 51
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
Missing code for merge_substates in "Using the Framework" RTD #142
Comments
Yes. I think we should, for now, just include the |
@randomir, I'd want to move |
As it is, We could/should create all |
Should we talk about this next week, see how to best schedule all the work for what we currently have and what we'll like have in two months? |
* Clarify/expand code of "Flow refining" docs Close #142. * Fix docs ref
New Features --- - Add `hybrid.Log`, a block to log user-define state metrics to a JSON file, python logger, or in-memory queue or list. See dwavesystems#257. - Add convenience JSON encoders for commonly used NumPy (`hybrid.utils.NumpyEncoder`) and Ocean types (`hybrid.utils.OceanEncoder`). See dwavesystems#257. Fixes --- - Clarify docs, dwavesystems#142. Upgrade --- - Drop dimod 0.8.x support. Oldest supported dimod version is now 0.9.6. See dwavesystems#259.
Reading along the examples provided in "Using the Framework", it is not apparent where
merge_substates
is defined.Do we need to include
def merge_substates()
in the document from the following file?https://github.com/dwavesystems/dwave-hybrid/blob/2614c00c07a6bc867292f66e19b73f9e453c8d37/examples/qbsolv-like-alt.py
The text was updated successfully, but these errors were encountered: