CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
void ADFun< Base >::optimize ( void  )

Optimize a player object operation sequence.

The operation sequence for this object is replaced by one with fewer operations but the same funcition and derivative values.

Template Parameters:
Basebase type for the operator; i.e., this operation was recorded using AD< Base > and computations by this routine are done using type Base.

Definition at line 1674 of file optimize.hpp.

Referenced by CppAD::BenderQuad(), and opt_val_hes().