You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, FiniteDiffEstimatorGradient and FiniteDiffSamplerGradient support only a central difference. A forward difference or backward difference require less circuit than the central difference, so they are faster. Also, there are cases that forward difference or backward difference can work better than central difference. https://en.wikipedia.org/wiki/Finite_difference
The text was updated successfully, but these errors were encountered:
What should we add?
Currently,
FiniteDiffEstimatorGradient
andFiniteDiffSamplerGradient
support only a central difference. A forward difference or backward difference require less circuit than the central difference, so they are faster. Also, there are cases that forward difference or backward difference can work better than central difference.https://en.wikipedia.org/wiki/Finite_difference
The text was updated successfully, but these errors were encountered: