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
Subclasses with type arguments of type GoalType in org.apache.commons.math3.optim.nonlinear.scalarModifier and TypeClassDescriptionenumGoal type for an optimization problem (minimization or maximization of a scalar function.Fields in org.apache.commons.math3.optim.nonlinear.scalar declared as GoalTypeModifier and TypeFieldDescriptionprivate GoalTypeMultivariateOptimizer.goalType of optimization.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
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 TypeMethodDescriptionvoidBracketFinder.search(UnivariateFunction func, GoalType goal, double xA, double xB) Search new points that bracket a local optimum of the function.private voidSort the optima from best to worst, followed bynullelements.