← Back to team overview

ferari team mailing list archive

Print in optimize()

 

Rob, could you remove the print cases in binary.optimize?

There are 4 of them:

  print "%.10e" % (max(Numeric.reshape(A0[i,j],(-1,))),)
  print "%.10e" % (max( Adict[i,j] ) , )
  print
  print cost( p , Adict )

/Anders