This commit is contained in:
Gilles Sadowski 2021-08-12 03:03:42 +02:00
parent 9371883b2b
commit 872b655950
1 changed files with 2 additions and 4 deletions

View File

@ -86,10 +86,8 @@ import org.apache.commons.math4.legacy.optim.nonlinear.scalar.ObjectiveFunction;
* 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.
*