MATH-914
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:
parent
3f7e2e38ce
commit
77910da210
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue