We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GradientDescent
Not applicable / qiskit_algorithms documentation of version 0.3.0
qiskit_algorithms
0.3.0
The docstring of GradientDescent, has an example that doesn't work.
The docstring of GradientDescent defines a function f, and later uses a function fun instead:
f
fun
f and fun, should have the same name
I guess fun is a better one, since its not a single letter. I'll open a PR changing it to fun(x)
fun(x)
The text was updated successfully, but these errors were encountered:
PR solving it: #209
Sorry, something went wrong.
Closing Issue, after PRs has been merged
Thanks @ElePT, very quick response! 🚀
No branches or pull requests
Enviorement
Not applicable /
qiskit_algorithms
documentation of version0.3.0
What is happening?
The docstring of GradientDescent, has an example that doesn't work.
How can we reproduce the issue?
The docstring of GradientDescent defines a function
f
, and later uses a functionfun
instead:What should happen?
f
andfun
, should have the same nameAny suggestions?
I guess
fun
is a better one, since its not a single letter.I'll open a PR changing it to
fun(x)
The text was updated successfully, but these errors were encountered: