@Deprecated public class BracketFinder extends Object
optimize.py
v0.5).Constructor and Description |
---|
BracketFinder()
Deprecated.
Constructor with default values
100, 50 (see the
other constructor ). |
BracketFinder(double growLimit,
int maxEvaluations)
Deprecated.
Create a bracketing interval finder.
|
Modifier and Type | Method and Description |
---|---|
int |
getEvaluations()
Deprecated.
|
double |
getFHi()
Deprecated.
Get function value at
getHi() . |
double |
getFLo()
Deprecated.
Get function value at
getLo() . |
double |
getFMid()
Deprecated.
Get function value at
getMid() . |
double |
getHi()
Deprecated.
|
double |
getLo()
Deprecated.
|
int |
getMaxEvaluations()
Deprecated.
|
double |
getMid()
Deprecated.
|
void |
search(UnivariateFunction func,
GoalType goal,
double xA,
double xB)
Deprecated.
Search new points that bracket a local optimum of the function.
|
public BracketFinder()
100, 50
(see the
other constructor
).public BracketFinder(double growLimit, int maxEvaluations)
growLimit
- Expanding factor.maxEvaluations
- Maximum number of evaluations allowed for finding
a bracketing interval.public void search(UnivariateFunction func, GoalType goal, double xA, double xB)
func
- Function whose optimum should be bracketed.goal
- Goal type
.xA
- Initial point.xB
- Initial point.TooManyEvaluationsException
- if the maximum number of evaluations
is exceeded.public int getMaxEvaluations()
public int getEvaluations()
public double getLo()
getFLo()
public double getFLo()
getLo()
.getLo()
public double getHi()
getFHi()
public double getFHi()
getHi()
.getHi()
public double getMid()
getFMid()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.