Uses of Class
neqsim.process.ml.ProcessRewardFunction
Packages that use ProcessRewardFunction
-
Uses of ProcessRewardFunction in neqsim.process.ml
Methods in neqsim.process.ml that return ProcessRewardFunctionModifier and TypeMethodDescriptionProcessRewardFunction.addConstraintPenalty(double weight) Add constraint satisfaction penalty.ProcessRewardFunction.addEnergyMinimization(double weight) Add energy minimization component.ProcessRewardFunction.addProductQualityTarget(String streamName, String propertyName, double target, double weight) Add product quality tracking toward a target value.ProcessRewardFunction.addSpecificEnergyMinimization(String productStreamName, double weight) Add specific energy minimization (energy per unit product).ProcessRewardFunction.addThroughputMaximization(String streamName, double weight) Add throughput maximization for a product stream.