Offline post-processing
I'd like to know if there is a way of running a SampleSet through post-processing, either optimization or sample, after it has been received from the machine.
Right now the only way to use post-processing is to enable it when calling sample()
Comments
Hello,
Unfortunately there is no way of running the post-processing offline.
We are looking into including it in future projects, which would be available offline.
For the time being, you could resubmit the solutions as reverse annealing problems, and set s=1, which will not change the values, and enable post-processing.
The initial_state would be your solution data from the previous problem submission.
However, this will use QPU time.
The code would look something like this:
Here is some more information in the documentation about reverse annealing:
https://docs.dwavesys.com/docs/latest/c_qpu_annealing.html#reverse-annealing
There is a new Jupyter Notebook on reverse annealing.
Here is a link talking about its release:
https://support.dwavesys.com/hc/en-us/articles/360021500814
I hope this was helpful!
Please sign in to leave a comment.