Optimizers docs #3816
fran-scala
started this conversation in
Ideas
Optimizers docs
#3816
Replies: 1 comment 3 replies
-
|
Hey @fran-scala, Sure. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I am currently working with the
cudaq.optimizersmodule, specifically the Adam optimizer. While I can see the underlying implementation inpy_optimizer.cppandensmallen.cpp, the public Python API reference lacks a detailed breakdown of the configurable attributes (e.g., step_size, beta1, beta2, epsilon).The same applies to SGD and SPSA.
Could you provide a detailed documentation page or docstrings for these optimizers? Specifically, it would be helpful to have:
A complete list of configurable properties for each optimizer.
The default values for these parameters.
Examples of how to correctly override them in Python (e.g., optimizer.step_size = 0.01).
This would greatly help users fine-tune hybrid quantum-classical algorithms like VQE. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions