Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark test of Black-box optimization using D-Wave quantum annealer #6

Open
Kashalpha opened this issue May 5, 2021 · 0 comments
Labels
Quantum Annealing 量子アニーリング

Comments

@Kashalpha
Copy link
Owner

一言でいうと

acquisition functionがQUBOになるようなblack-box最適化において、acquisition functionの最適化のソルバーにD-Wave 2000Q、シミュレーテッド・アニーリング(SA)、半正定値計画(SDP)を使った場合の比較を行った論文

論文リンク

https://arxiv.org/abs/2103.12320

概要

  • 大本のアイデアは、Bayesian Optimization of Combinatorial Structures
  • black-box関数はスパースなSKモデル(一定の確率でJ_ij=0となる)
  • スパースなベイズ線形回帰の事後分布からのサンプリングにより、acquisition functionのパラメータを決定
  • ベイズ線形回帰の尤度関数にはガウス分布を使用し、事前分布にはhorseshoe分布を使用
  • QUBOソルバー(D-Wave 2000Q、SA、SDP)を使って、acquisition functionの最適解を探索
  • 50のインスタンスを生成、各インスタンスで10回アルゴリズム実行
  • 評価指標は、各イテレーション回数におけるresidual energyの全インスタンスとトライアルでの平均
  • SDPと比較するとD-WaveマシンとSAは優れているが、D-WaveマシンとSAには差がない
  • オリジナルの論文ではSDPのほうがSAよりも良かったが、問題が異なるため違う結果となっている -> SDPでは局所最適になっている?

先行研究

コメント

@Kashalpha Kashalpha added the Quantum Annealing 量子アニーリング label May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Quantum Annealing 量子アニーリング
Projects
None yet
Development

No branches or pull requests

1 participant