Uses of Class
neqsim.process.util.optimizer.BatchStudy.ParameterSet
Packages that use BatchStudy.ParameterSet
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of BatchStudy.ParameterSet in neqsim.process.util.optimizer
Fields in neqsim.process.util.optimizer declared as BatchStudy.ParameterSetMethods in neqsim.process.util.optimizer that return types with arguments of type BatchStudy.ParameterSetModifier and TypeMethodDescriptionprivate List<BatchStudy.ParameterSet> BatchStudy.generateAllCases()Methods in neqsim.process.util.optimizer with parameters of type BatchStudy.ParameterSetModifier and TypeMethodDescriptionprivate BatchStudy.CaseResultBatchStudy.runCase(BatchStudy.ParameterSet params) Method parameters in neqsim.process.util.optimizer with type arguments of type BatchStudy.ParameterSetModifier and TypeMethodDescriptionprivate voidBatchStudy.generateCasesRecursive(List<BatchStudy.ParameterSet> cases, Map<String, Double> currentValues, int varIndex) Constructors in neqsim.process.util.optimizer with parameters of type BatchStudy.ParameterSetModifierConstructorDescriptionCaseResult(BatchStudy.ParameterSet parameters, boolean failed, String errorMessage)