Removed unused field.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@995001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5cb711fd8e
commit
fc2ba06179
|
@ -237,10 +237,6 @@ public class PowellOptimizer
|
|||
* Automatic bracketing.
|
||||
*/
|
||||
private final BracketFinder bracket = new BracketFinder();
|
||||
/**
|
||||
* Value of the optimum.
|
||||
*/
|
||||
private UnivariateRealPointValuePair optimum;
|
||||
|
||||
/**
|
||||
* @param rel Relative threshold.
|
||||
|
|
Loading…
Reference in New Issue