Skip to content

Commit fd94e37

Browse files
committed
remove exercise to reader, that should have been removed before
1 parent e83491d commit fd94e37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/design/changing_the_primal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ end
336336
```
337337

338338
We should think about how we might want to make future changes to this code.[^6]
339-
(NB: there is actually a further optimization that can be made to the logistic sigmoid, to avoid remembering two things and just remember one.
340-
As an exercise to the reader, consider how the code would need to be changed and where.)
341339

342340
We need to make a series of changes:
343341
* update what work is done in the primal, to compute the intermediate values.

0 commit comments

Comments
 (0)