Where can one find documentation about the return value of sample function?
w.r.t. this:
where can I find documentation about the SampleSet class or object returned by the sample_qubo function? Thanks.
w.r.t. this:
where can I find documentation about the SampleSet class or object returned by the sample_qubo function? Thanks.
Comments
Hi Siddharth,
Here is the documentation on the SampleSet returned by DWaveSampler.sample_qubo: https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/sampleset.html#id1
You can read more about the solutions returned by a sampler here: https://docs.ocean.dwavesys.com/en/stable/concepts/solutions.html
The link you are referring to is our legacy documentation that is expected to be deprecated soon. We recommend that you switch to Ocean documentation, this provides Read the Docs style guide to the tools available with Ocean SDK. It also has a search bar on top left hand side which makes it easier to navigate between the packages.
Please sign in to leave a comment.