Uses of Class
org.apache.commons.math3.optimization.GoalType
-
Packages that use GoalType Package Description org.apache.commons.math3.optimization All classes and sub-packages of this package are deprecated.org.apache.commons.math3.optimization.direct This package provides optimization algorithms that don't require derivatives.org.apache.commons.math3.optimization.general This package provides optimization algorithms that require derivatives.org.apache.commons.math3.optimization.linear This package provides optimization algorithms for linear constrained problems.org.apache.commons.math3.optimization.univariate Univariate real functions minimum finding algorithms. -
-
Uses of GoalType in org.apache.commons.math3.optimization
Methods in org.apache.commons.math3.optimization that return GoalType Modifier and Type Method Description static GoalTypeGoalType. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static GoalType[]GoalType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.math3.optimization with parameters of type GoalType Modifier and Type Method Description PointValuePairBaseMultivariateMultiStartOptimizer. optimize(int maxEval, FUNC f, GoalType goal, double[] startPoint)Deprecated.Optimize an objective function.PointValuePairBaseMultivariateOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double[] startPoint)Deprecated.As of 3.1.PointValuePairBaseMultivariateSimpleBoundsOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double[] startPoint, double[] lowerBound, double[] upperBound)Deprecated.Optimize an objective function.private voidBaseMultivariateMultiStartOptimizer. sortPairs(GoalType goal)Deprecated.Sort the optima from best to worst, followed bynullelements. -
Uses of GoalType in org.apache.commons.math3.optimization.direct
Fields in org.apache.commons.math3.optimization.direct declared as GoalType Modifier and Type Field Description private GoalTypeBaseAbstractMultivariateOptimizer. goalDeprecated.Type of optimization.Methods in org.apache.commons.math3.optimization.direct that return GoalType Modifier and Type Method Description GoalTypeBaseAbstractMultivariateOptimizer. getGoalType()Deprecated.Methods in org.apache.commons.math3.optimization.direct with parameters of type GoalType Modifier and Type Method Description PointValuePairBaseAbstractMultivariateOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double[] startPoint)Deprecated.As of 3.1.PointValuePairBaseAbstractMultivariateOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, OptimizationData... optData)Deprecated.Optimize an objective function.PointValuePairBaseAbstractMultivariateSimpleBoundsOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double[] startPoint)Deprecated.Optimize an objective function.PointValuePairBaseAbstractMultivariateSimpleBoundsOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double[] startPoint, double[] lower, double[] upper)Deprecated.Optimize an objective function.protected PointValuePairBaseAbstractMultivariateOptimizer. optimizeInternal(int maxEval, FUNC f, GoalType goalType, double[] startPoint)Deprecated.As of 3.1.protected PointValuePairBaseAbstractMultivariateOptimizer. optimizeInternal(int maxEval, FUNC f, GoalType goalType, OptimizationData... optData)Deprecated.Optimize an objective function.protected PointValuePairCMAESOptimizer. optimizeInternal(int maxEval, MultivariateFunction f, GoalType goalType, OptimizationData... optData)Deprecated.Optimize an objective function.protected PointValuePairSimplexOptimizer. optimizeInternal(int maxEval, MultivariateFunction f, GoalType goalType, OptimizationData... optData)Deprecated.Optimize an objective function. -
Uses of GoalType in org.apache.commons.math3.optimization.general
Methods in org.apache.commons.math3.optimization.general with parameters of type GoalType Modifier and Type Method Description PointValuePairAbstractScalarDifferentiableOptimizer. optimize(int maxEval, MultivariateDifferentiableFunction f, GoalType goalType, double[] startPoint)Deprecated.Optimize an objective function.protected PointValuePairAbstractDifferentiableOptimizer. optimizeInternal(int maxEval, MultivariateDifferentiableFunction f, GoalType goalType, double[] startPoint)Deprecated.In 3.1.protected PointValuePairAbstractDifferentiableOptimizer. optimizeInternal(int maxEval, MultivariateDifferentiableFunction f, GoalType goalType, OptimizationData... optData)Deprecated.Optimize an objective function.protected PointValuePairAbstractScalarDifferentiableOptimizer. optimizeInternal(int maxEval, DifferentiableMultivariateFunction f, GoalType goalType, double[] startPoint)Deprecated.Optimize an objective function. -
Uses of GoalType in org.apache.commons.math3.optimization.linear
Fields in org.apache.commons.math3.optimization.linear declared as GoalType Modifier and Type Field Description private GoalTypeAbstractLinearOptimizer. goalDeprecated.Methods in org.apache.commons.math3.optimization.linear that return GoalType Modifier and Type Method Description protected GoalTypeAbstractLinearOptimizer. getGoalType()Deprecated.Methods in org.apache.commons.math3.optimization.linear with parameters of type GoalType Modifier and Type Method Description PointValuePairAbstractLinearOptimizer. optimize(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative)Deprecated.Optimizes an objective function.PointValuePairLinearOptimizer. optimize(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative)Deprecated.Optimizes an objective function.Constructors in org.apache.commons.math3.optimization.linear with parameters of type GoalType Constructor Description SimplexTableau(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon)Deprecated.Build a tableau for a linear problem.SimplexTableau(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon, int maxUlps)Deprecated.Build a tableau for a linear problem. -
Uses of GoalType in org.apache.commons.math3.optimization.univariate
Fields in org.apache.commons.math3.optimization.univariate declared as GoalType Modifier and Type Field Description private GoalTypeBaseAbstractUnivariateOptimizer. goalDeprecated.Optimization typeMethods in org.apache.commons.math3.optimization.univariate that return GoalType Modifier and Type Method Description GoalTypeBaseAbstractUnivariateOptimizer. getGoalType()Deprecated.Methods in org.apache.commons.math3.optimization.univariate with parameters of type GoalType Modifier and Type Method Description UnivariatePointValuePairBaseAbstractUnivariateOptimizer. optimize(int maxEval, UnivariateFunction f, GoalType goalType, double min, double max)Deprecated.Find an optimum in the given interval.UnivariatePointValuePairBaseAbstractUnivariateOptimizer. optimize(int maxEval, UnivariateFunction f, GoalType goalType, double min, double max, double startValue)Deprecated.Find an optimum in the given interval, start at startValue.UnivariatePointValuePairBaseUnivariateOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double min, double max)Deprecated.Find an optimum in the given interval.UnivariatePointValuePairBaseUnivariateOptimizer. optimize(int maxEval, FUNC f, GoalType goalType, double min, double max, double startValue)Deprecated.Find an optimum in the given interval, start at startValue.UnivariatePointValuePairUnivariateMultiStartOptimizer. optimize(int maxEval, FUNC f, GoalType goal, double min, double max)Deprecated.Find an optimum in the given interval.UnivariatePointValuePairUnivariateMultiStartOptimizer. optimize(int maxEval, FUNC f, GoalType goal, double min, double max, double startValue)Deprecated.Find an optimum in the given interval, start at startValue.voidBracketFinder. search(UnivariateFunction func, GoalType goal, double xA, double xB)Deprecated.Search new points that bracket a local optimum of the function.private voidUnivariateMultiStartOptimizer. sortPairs(GoalType goal)Deprecated.Sort the optima from best to worst, followed bynullelements.
-