MTF
|
Public Types | |
enum | JacType { Original, DiffOfJacs } |
enum | HessType { Original, SumOfStd, SumOfSelf, InitialSelf, CurrentSelf, Std } |
Public Member Functions | |
FESMParams (int _max_iters, double _upd_thresh, bool _sec_ord_hess, bool _enable_spi, double _spi_thresh, bool _debug_mode) | |
decides whether logging data will be printed for debugging purposes; More... | |
FESMParams (FESMParams *params=nullptr) | |
Public Attributes | |
int | max_iters |
double | upd_thresh |
maximum iterations of the FESMBase algorithm to run for each frame | |
bool | sec_ord_hess |
maximum L1 norm of the state update vector at which to stop the iterations | |
bool | enable_spi |
double | spi_thresh |
bool | debug_mode |
|
inline |
decides whether logging data will be printed for debugging purposes;
only matters if logging is enabled at compile time