Unused
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1200354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
914be00ae2
commit
913bc812d3
|
@ -1454,7 +1454,6 @@ public class BOBYQAOptimizer
|
|||
// Investigate whether more components of W can be fixed.
|
||||
final double tmp1 = adelt * adelt - wfixsq;
|
||||
if (tmp1 > ZERO) {
|
||||
final double wsqsav = wfixsq;
|
||||
step = Math.sqrt(tmp1 / ggfree);
|
||||
ggfree = ZERO;
|
||||
for (int i = 0; i < n; i++) {
|
||||
|
|
Loading…
Reference in New Issue