mirror of
https://github.com/apache/commons-math.git
synced 2025-03-09 01:49:57 +00:00
MATH-621
Removed unnecessary test. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1158017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3872917eff
commit
fca3f676ec
@ -244,17 +244,6 @@ public class BOBYQAOptimizerTest {
|
||||
1e-13, 1e-6, 2000, expected);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDiagonalRosen() {
|
||||
double[] startPoint = point(DIM,0.1);
|
||||
double[][] boundaries = null;
|
||||
RealPointValuePair expected =
|
||||
new RealPointValuePair(point(DIM,1.0),0.0);
|
||||
doTest(new Rosen(), startPoint, boundaries,
|
||||
GoalType.MINIMIZE,
|
||||
1e-10, 1e-4, 2000, expected);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param func Function to optimize.
|
||||
* @param startPoint Starting point.
|
||||
|
Loading…
x
Reference in New Issue
Block a user