Uses of Enum Class
neqsim.process.util.optimizer.ObjectiveFunction.Direction
Packages that use ObjectiveFunction.Direction
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of ObjectiveFunction.Direction in neqsim.process.util.optimizer
Subclasses with type arguments of type ObjectiveFunction.Direction in neqsim.process.util.optimizerModifier and TypeClassDescriptionstatic enumDirection of optimization.Methods in neqsim.process.util.optimizer that return ObjectiveFunction.DirectionModifier and TypeMethodDescriptionObjectiveFunction.getDirection()Get the optimization direction.static ObjectiveFunction.DirectionReturns the enum constant of this class with the specified name.static ObjectiveFunction.Direction[]ObjectiveFunction.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.util.optimizer with parameters of type ObjectiveFunction.DirectionModifier and TypeMethodDescriptionstatic ObjectiveFunctionObjectiveFunction.create(String name, ToDoubleFunction<ProcessSystem> evaluator, ObjectiveFunction.Direction direction, String unit) Create a custom objective function.