| Package | Description | 
|---|---|
| org.apache.commons.math3.optim.nonlinear.scalar | Algorithms for optimizing a scalar function. | 
| org.apache.commons.math3.optim.univariate | One-dimensional optimization algorithms. | 
| Modifier and Type | Method and Description | 
|---|---|
| GoalType | MultivariateOptimizer. getGoalType() | 
| static GoalType | GoalType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GoalType[] | GoalType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| GoalType | UnivariateOptimizer. getGoalType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BracketFinder. search(UnivariateFunction func,
      GoalType goal,
      double xA,
      double xB)Search new points that bracket a local optimum of the function. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.