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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ