Uses of Enum
org.hipparchus.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.hipparchus.optim.nonlinear.scalar
Methods in org.hipparchus.optim.nonlinear.scalar that return GoalTypeModifier and TypeMethodDescriptionMultivariateOptimizer.getGoalType()Get optimization type.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.hipparchus.optim.univariate
Methods in org.hipparchus.optim.univariate that return GoalTypeMethods in org.hipparchus.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.