Uses of Enum
org.apache.commons.math3.optim.nonlinear.scalar.GoalType
Packages that use GoalType
Package
Description
Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
One-dimensional optimization algorithms.
-
Uses of GoalType in org.apache.commons.math3.optim.linear
Constructors in org.apache.commons.math3.optim.linear with parameters of type GoalTypeModifierConstructorDescription(package private)
SimplexTableau
(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon) Builds a tableau for a linear problem.(package private)
SimplexTableau
(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon, int maxUlps) Build a tableau for a linear problem. -
Uses of GoalType in org.apache.commons.math3.optim.nonlinear.scalar
Fields in org.apache.commons.math3.optim.nonlinear.scalar declared as GoalTypeModifier and TypeFieldDescriptionprivate GoalType
MultivariateOptimizer.goal
Type of optimization.Methods in org.apache.commons.math3.optim.nonlinear.scalar that return GoalTypeModifier and TypeMethodDescriptionMultivariateOptimizer.getGoalType()
static GoalType
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. -
Uses of GoalType in org.apache.commons.math3.optim.univariate
Fields in org.apache.commons.math3.optim.univariate declared as GoalTypeMethods in org.apache.commons.math3.optim.univariate that return GoalTypeMethods in org.apache.commons.math3.optim.univariate with parameters of type GoalTypeModifier and TypeMethodDescriptionvoid
BracketFinder.search
(UnivariateFunction func, GoalType goal, double xA, double xB) Search new points that bracket a local optimum of the function.private void
Sort the optima from best to worst, followed bynull
elements.