Qulacs-Osaka / scikit-qulacs

scikit-qulacs is a library for quantum neural network. This library is based on qulacs and named after scikit-learn.
https://qulacs-osaka.github.io/scikit-qulacs/index.html
MIT License
21 stars 6 forks source link

Sloverの指定方法が文字列指定からクラス指定に変更されたためチュートリアルのサンプルコードを修正する #191

Closed forest1040 closed 2 years ago

forest1040 commented 2 years ago

チュートリアルの修正

from skqulacs.qnn.solver import Bfgs

#solver="BFGS"                   # アルゴリズム。ほかには、"Adam" が使える。
solver=Bfgs()