|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Structure used by optimize to hold information about one variable.
More...
Public Attributes | |
| OpCode | op |
Operator for which this variable is the result, NumRes(op) > 0. Set by the reverse sweep at beginning of optimization. | |
| const addr_t * | arg |
| Pointer to first argument (child) for this operator. Set by the reverse sweep at beginning of optimization. | |
| optimize_connection | connect |
| How is this variable connected to the independent variables. | |
| addr_t | new_var |
| Set during forward sweep to the index in the new operation sequence corresponding to this old varable. | |
Structure used by optimize to hold information about one variable.
in the old operation seqeunce.
Definition at line 155 of file optimize.hpp.