Skip to content
Snippets Groups Projects
Commit ad46965d authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Reduce output

parent 1220dae1
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ inline void ProjectedGradientStep<MatrixType, VectorType>::computeGeneralizedCP(
field_type min = computeEnergy(*mat_,cauchyPoint,*rhs_);
std::cout<<"Generalized Cauchy Point "<<min<<" at previous breakpoint "<<oldBreakPoint<<std::endl;
//std::cout<<"Generalized Cauchy Point "<<min<<" at previous breakpoint "<<oldBreakPoint<<std::endl;
*this->x_ = cauchyPoint;
......@@ -81,8 +81,8 @@ inline void ProjectedGradientStep<MatrixType, VectorType>::computeGeneralizedCP(
cauchyPoint.axpy(localMin,projGrad);
field_type min = computeEnergy(*mat_,cauchyPoint,*rhs_);
std::cout<<"Generalized Cauchy Point found "<<min<<" at local min "<<localMin
<<" BP "<<bP+localMin<<std::endl;
// std::cout<<"Generalized Cauchy Point found "<<min<<" at local min "<<localMin
// <<" BP "<<bP+localMin<<std::endl;
*this->x_ = cauchyPoint;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment