Skip to content

Commit 1157e7a

Browse files
committed
Update RFC-00xx-automatic-implicit-differentiation.md
1 parent 6a5fba7 commit 1157e7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RFC-00xx-automatic-implicit-differentiation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,12 @@ $$\min_{x} \frac{1}{2} ||\textbf{r}(x, \theta)||^2,$$
315315

316316
where $\textbf{r}$ is a residual function, $x$ are the parameters with respect to which the function is minimized, and $\theta$ are optional additional arguments.
317317

318+
The update equation is solved for every iteration to find the update to the parameters:
319+
320+
$$\mathbf{J} \mathbf{J^T} h_{gn} = - \mathbf{J^T} \mathbf{r}$$
321+
322+
where \mathbf{J} is the Jacobian of the residual function w.r.t. parameters.
323+
318324
##### Gauss–Newton
319325

320326
```Python

0 commit comments

Comments
 (0)