Prev | Next | CompareChange |
c = f.CompareChange()
See Also
FunCheck
f
.
This function may be not agree with the algorithm that was used
to create the corresponding
AD of
Base
operation sequence
because of changes in AD
comparison
results.
The CompareChange
function can be used to detect these changes.
f
has prototype
const ADFun<Base> f
c
has prototype
size_t c
It is the number of
AD<Base>
comparison
operations,
corresponding to the previous call to Forward
f.Forward(0, x)
that have a different result from
when
F
was created by taping an algorithm.
c
is not zero,
the boolean values resulting from some of the
comparison operations
corresponding to
x
are different from when the
AD of
Base
operation sequence
was created.
In this case, you may want to re-tape the algorithm with the
independent variables
equal to the values in
x
(so AD operation sequence properly represents the algorithm
for this value of independent variables).
On the other hand, re-taping the AD operation sequence usually takes
significantly more time than evaluation using forward_zero
.
If the functions values have not changed (see FunCheck
)
it may not be worth re-taping a new AD operation sequence.