Uses of Enum Class
neqsim.process.util.optimization.BatchStudy.Objective
Packages that use BatchStudy.Objective
Package
Description
Optimization utilities for batch studies and parameter screening.
-
Uses of BatchStudy.Objective in neqsim.process.util.optimization
Subclasses with type arguments of type BatchStudy.Objective in neqsim.process.util.optimizationFields in neqsim.process.util.optimization declared as BatchStudy.ObjectiveModifier and TypeFieldDescriptionfinal BatchStudy.ObjectiveBatchStudy.ObjectiveDefinition.directionMethods in neqsim.process.util.optimization that return BatchStudy.ObjectiveModifier and TypeMethodDescriptionstatic BatchStudy.ObjectiveReturns the enum constant of this class with the specified name.static BatchStudy.Objective[]BatchStudy.Objective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.util.optimization with parameters of type BatchStudy.ObjectiveModifier and TypeMethodDescriptionBatchStudy.Builder.addObjective(String name, BatchStudy.Objective direction, Function<ProcessSystem, Double> extractor) Adds an objective to optimize.Constructors in neqsim.process.util.optimization with parameters of type BatchStudy.Objective