Added missing Levenberg-Marquardt verbosity printout for "LAMBDA" verbosity
parent
237da8b3a7
commit
a6df33b15f
|
@ -160,6 +160,9 @@ void LevenbergMarquardtOptimizer::iterate() {
|
||||||
}
|
}
|
||||||
} // end while
|
} // end while
|
||||||
|
|
||||||
|
if (lmVerbosity >= LevenbergMarquardtParams::LAMBDA)
|
||||||
|
cout << "using lambda = " << state_.lambda << endl;
|
||||||
|
|
||||||
// Increment the iteration counter
|
// Increment the iteration counter
|
||||||
++state_.iterations;
|
++state_.iterations;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue