We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\to
\mapsto
1 parent 4caae57 commit 28cd01aCopy full SHA for 28cd01a
docs/src/dev/how_it_works.md
@@ -105,13 +105,13 @@ two calls to ``f`` to evaluate the gradient:
105
```
106
1st call:
107
```math
108
-\to \vec{x}_{\epsilon} = \begin{bmatrix}
+\vec{x}_{\epsilon} = \begin{bmatrix}
109
x_1 + \epsilon_1 \\
110
x_2 + \epsilon_2 \\
111
x_3 \\
112
x_4
113
\end{bmatrix}
114
-\to
+\mapsto
115
f(\vec{x}_{\epsilon}) = f(\vec{x}) + \frac{\delta f(\vec{x})}{\delta x_1} \epsilon_1 + \frac{\delta f(\vec{x})}{\delta x_2} \epsilon_2,
116
117
2nd call:
0 commit comments