comments
parent
9211a314a8
commit
fd3b1d1cb5
|
|
@ -34,10 +34,10 @@ namespace gtsam {
|
||||||
typedef IterativeOptimizationParameters Parameters;
|
typedef IterativeOptimizationParameters Parameters;
|
||||||
const Parameters ¶meters_;
|
const Parameters ¶meters_;
|
||||||
|
|
||||||
int k;
|
int k; ///< iteration
|
||||||
bool steepest;
|
bool steepest; ///< flag to indicate we are doing steepest descent
|
||||||
V g, d;
|
V g, d; ///< gradient g and search direction d for CG
|
||||||
double gamma, threshold;
|
double gamma, threshold; ///< gamma (squared L2 norm of g) and convergence threshold
|
||||||
E Ad;
|
E Ad;
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue