MATH-621
Several variables (passed around as function arguments but changed in-place) replaced by instance fields. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1188383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf6a142540
commit
9ca170c67f
File diff suppressed because it is too large
Load Diff
|
@ -30,6 +30,7 @@ import org.apache.commons.math.optimization.MultivariateRealOptimizer;
|
|||
import org.apache.commons.math.optimization.RealPointValuePair;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* Test for {@link BOBYQAOptimizer}.
|
||||
|
|
Loading…
Reference in New Issue