Markers to indicate the bug location.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1421287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-12-13 13:29:56 +00:00
parent 3f7e2e38ce
commit 77910da210
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@ public abstract class BaseMultiStartMultivariateOptimizer<PAIR>
clear();
final int maxEval = getMaxEvaluations();
final double[] min = getLowerBound();
final double[] max = getUpperBound();
final double[] min = getLowerBound(); // XXX Should be used to enforce bounds (see below).
final double[] max = getUpperBound(); // XXX Should be used to enforce bounds (see below).
final double[] startPoint = getStartPoint();
// Multi-start loop.