Skip to main content

Module var

Module var 

Source
Expand description

The differentiable value type: Var records every operation on the tape via operator overloading, so pricing code written over Var looks like ordinary arithmetic.

Structsยง

Var
A value recorded on an AAD Tape. Copyable and cheap; all arithmetic allocates one tape node.