Unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1030795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
634e51b50e
commit
67745c4526
|
@ -29,7 +29,6 @@ import org.apache.commons.math.exception.NoDataException;
|
|||
import org.apache.commons.math.exception.OutOfRangeException;
|
||||
import org.apache.commons.math.exception.NumberIsTooSmallException;
|
||||
import org.apache.commons.math.exception.NotStrictlyPositiveException;
|
||||
import org.apache.commons.math.exception.NullArgumentException;
|
||||
|
||||
/**
|
||||
* Test cases for the {@link BlockFieldMatrix} class.
|
||||
|
|
|
@ -20,7 +20,6 @@ package org.apache.commons.math.optimization;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.apache.commons.math.exception.FunctionEvaluationException;
|
||||
import org.apache.commons.math.analysis.MultivariateRealFunction;
|
||||
import org.apache.commons.math.optimization.direct.SimplexOptimizer;
|
||||
import org.apache.commons.math.optimization.direct.NelderMeadSimplex;
|
||||
|
|
|
@ -18,11 +18,7 @@
|
|||
package org.apache.commons.math.optimization.direct;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertNull;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import org.apache.commons.math.exception.FunctionEvaluationException;
|
||||
import org.apache.commons.math.exception.TooManyEvaluationsException;
|
||||
import org.apache.commons.math.analysis.MultivariateRealFunction;
|
||||
|
@ -32,9 +28,7 @@ import org.apache.commons.math.linear.RealMatrix;
|
|||
import org.apache.commons.math.optimization.GoalType;
|
||||
import org.apache.commons.math.optimization.LeastSquaresConverter;
|
||||
import org.apache.commons.math.optimization.RealPointValuePair;
|
||||
import org.apache.commons.math.optimization.SimpleScalarValueChecker;
|
||||
import org.junit.Test;
|
||||
import org.junit.Ignore;
|
||||
|
||||
public class SimplexOptimizerNelderMeadTest {
|
||||
@Test
|
||||
|
|
|
@ -19,7 +19,6 @@ import java.util.ArrayList;
|
|||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Arrays;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
|
Loading…
Reference in New Issue