Uses of Enum Class
neqsim.process.util.optimizer.ProcessSimulationEvaluator.ObjectiveDefinition.Direction
Packages that use ProcessSimulationEvaluator.ObjectiveDefinition.Direction
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of ProcessSimulationEvaluator.ObjectiveDefinition.Direction in neqsim.process.util.optimizer
Subclasses with type arguments of type ProcessSimulationEvaluator.ObjectiveDefinition.Direction in neqsim.process.util.optimizerModifier and TypeClassDescriptionstatic enumOptimization direction.Fields in neqsim.process.util.optimizer declared as ProcessSimulationEvaluator.ObjectiveDefinition.DirectionMethods in neqsim.process.util.optimizer that return ProcessSimulationEvaluator.ObjectiveDefinition.DirectionModifier and TypeMethodDescriptionProcessSimulationEvaluator.ObjectiveDefinition.getDirection()Returns the enum constant of this class with the specified name.ProcessSimulationEvaluator.ObjectiveDefinition.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 ProcessSimulationEvaluator.ObjectiveDefinition.DirectionModifier and TypeMethodDescriptionProcessSimulationEvaluator.addObjective(String name, ToDoubleFunction<ProcessSystem> evaluator, ProcessSimulationEvaluator.ObjectiveDefinition.Direction direction) Adds an objective function with direction.ProcessSimulationEvaluator.addObjective(String name, ToDoubleFunction<ProcessSystem> evaluator, ProcessSimulationEvaluator.ObjectiveDefinition.Direction direction, double weight) Adds a weighted objective function.voidProcessSimulationEvaluator.ObjectiveDefinition.setDirection(ProcessSimulationEvaluator.ObjectiveDefinition.Direction direction) Constructors in neqsim.process.util.optimizer with parameters of type ProcessSimulationEvaluator.ObjectiveDefinition.DirectionModifierConstructorDescriptionObjectiveDefinition(String name, ToDoubleFunction<ProcessSystem> evaluator, ProcessSimulationEvaluator.ObjectiveDefinition.Direction direction) Constructor with evaluator.