num_repeats effect on costs (DWave's solvers)

0

The QBSolv solver has the attribute num_repeats. What does this attribute mean with regard to Braket's pricing structure of tasks and shots? Is every additional num_repeat an additional task or an additional shot (or "something else")?

Thanks in advance.

已提问 2 年前230 查看次数
1 回答
0
已接受的回答

Hello, and thank you for your interest in Braket! The num_repeats parameter on D-Wave's qbsolv does not correspond directly to Braket tasks or Braket shots. The qbsolv algorithm decomposes an annealing problem into smaller subproblems which are then sent to a sampling device. The num_repeats parameter controls how many times this happens, but the number of subproblems generated on each pass of the algorithm is dependent upon the input annealing problem which is to be solved. You can try using D-Wave's TrackingComposite (documentation) with one of the local samplers to test out how qbsolv may slice up your annealing problem.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容