TMB Documentation
v1.9.11
|
Configuration of hash_sweep. More...
#include <global.hpp>
Public Attributes | |
bool | deterministic |
Deterministic hash codes? | |
std::vector< Index > | inv_seed |
Optionally control seeding of InvOp in case strong_inv=true | |
bool | reduce |
Reduce returned hash values to one per dependent variable? | |
bool | strong_const |
Include numerical value as part of hash code for constants? (see hash_sweep ) | |
bool | strong_inv |
Use unique code for each independent variable? (see hash_sweep ) | |
bool | strong_output |
Use unique hash code for each output of an operator? | |
Configuration of hash_sweep.
Definition at line 1388 of file global.hpp.