Javadoc.
diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizer.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizer.java
index 397c84c..fcbd746 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizer.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizer.java
@@ -86,10 +86,8 @@
  * have converged.
  * <p>
  * Whenever {@link SimulatedAnnealing simulated annealing (SA)} is activated,
- * the SA phase will terminate when the temperature reaches \( 10^{-2} \).
- * Indeed the chance of accepting the alternative state is vanishingly small.
- * It does not mean however that the optimization has converged.
- * In such a case, the {@link PopulationSize} argument to method
+ * and the SA phase has completed, convergence has probably not been reached
+ * yet: In such cases, the {@link PopulationSize} argument to method
  * {@link #optimize(OptimizationData[]) optimize} will trigger an additional
  * "best list" search.
  *