New in Wolfram Mathematica 6: New Generation Numerical Integration  previous | next 
Automatically Use Multiadaptive Methods
Mathematica 6 adapts its adaptive methods to optimize the clustering of points optimally in sampling integrands.
In[1]:=

Click for copyable input
ListPlot[Block[{t = 0}, 

  Reap[Quiet@

     NIntegrate[1/Sqrt[Sin[x]], {x, 0, 4 \[Pi]}, 

      EvaluationMonitor :> Sow[{t++, x}]]][[2, 1]]], Frame -> True]
Out[1]=