Deleted debug print
parent
8691d633a7
commit
341c4d9250
|
@ -70,7 +70,6 @@ namespace gtsam {
|
||||||
k += 1; // increase iteration number
|
k += 1; // increase iteration number
|
||||||
|
|
||||||
double alpha = takeOptimalStep(x);
|
double alpha = takeOptimalStep(x);
|
||||||
print(x);
|
|
||||||
|
|
||||||
if (k >= maxIterations) return true; //---------------------------------->
|
if (k >= maxIterations) return true; //---------------------------------->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue