Uses of Enum
org.apache.commons.math3.optim.nonlinear.scalar.GoalType
Packages that use GoalType
Package
Description
Algorithms for optimizing a scalar function.
One-dimensional optimization algorithms.
-
Uses of GoalType in org.apache.commons.math3.optim.nonlinear.scalar
Methods in org.apache.commons.math3.optim.nonlinear.scalar that return GoalTypeModifier and TypeMethodDescriptionMultivariateOptimizer.getGoalType()static GoalTypeReturns 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. -
Uses of GoalType in org.apache.commons.math3.optim.univariate
Methods in org.apache.commons.math3.optim.univariate that return GoalTypeMethods in org.apache.commons.math3.optim.univariate with parameters of type GoalTypeModifier and TypeMethodDescriptionvoidBracketFinder.search(UnivariateFunction func, GoalType goal, double xA, double xB) Search new points that bracket a local optimum of the function.