Took out prints.

This commit is contained in:
Dongryeol Lee
2011-01-15 03:29:03 +00:00
parent e8a358d25e
commit 7af90b0f3e
@@ -179,10 +179,6 @@ void TrustRegionUtil::ComputeDoglegDirection(
// If the Hessian matrix is not positive-definite (up to small
// epsilon tolerance), we have to use the Cauchy Point method.
if(! hessian_is_positive_definite) {
std::cerr << "The Hessian matrix is not positive-definite, so we "
"have to use the Cauchy Point method..." << std::endl;
ComputeCauchyPoint(radius, gradient, hessian, p);
} // end of the Cauchy Point case.
else {