How to get access to the solution and running time after the computation?
How to get access to the solution and running time after the computation?
Is there any function?
How to get access to the solution and running time after the computation?
Is there any function?
Comments
Also, how to get the Tshirt?
Hi Bin,
You can always use print within your code to display the current results. However, if you want to view information for problems submitted in the past, there's a Problem Status section near the top of the page within the Leap dashboard (just underneath the usage summary graph). If you click on any individual item under Problem Label/ProblemID column, it will display additional information such as Problem Parameters, Solution and Timing.
More details about Problem Status section is available here: https://docs.dwavesys.com/docs/latest/admin_problem_status.html
Best,
Mohammad
Hi Mohammad,
Following up on this, do you know if it is possible to get any other data other than the one provided by the SampleSet? In particular, I would be interested to get any data related to the actual annealing process if possible.
Thanks!
Anastasia,
The solver properties ( https://docs.dwavesys.com/docs/latest/c_solver_properties.html ) can give you additional information related to what the current state and limits/ranges are available in controlling the solver, including several annealing related values.
To more fully know which values are used in the annealing process, you may need to set them explicitly, by setting the appropriate solver parameters ( https://docs.dwavesys.com/docs/latest/c_solver_parameters.html ) before the sampler is run.
To better understand what these parameters are controlling, take a look at the QPU Solver Datasheet ( https://docs.dwavesys.com/docs/latest/c_qpu_annealing.html ) .
Ed
Please sign in to leave a comment.