Design choices related to jvp/linearize/... #8050
-
I should start off by saying that I enjoy working with After reading this paper, I am a bit surprised about the following example which I took from the docs
I would have thought that the following would have been the design choice. Am I missing something obvious? Thanks
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually, the current design choice makes more sense because the linearization happens at the primal point In your case, it would seem that the function is first linearized and then evaluated at |
Beta Was this translation helpful? Give feedback.
Actually, the current design choice makes more sense because the linearization happens at the primal point
x
. Sincef
can be any function, it is crucial to linearize only at the points of concern i.e.x
,In your case, it would seem that the function is first linearized and then evaluated at
x
, which is certainly not the case.