Uses of Class
neqsim.process.util.optimization.BatchStudy.ParameterSet
Packages that use BatchStudy.ParameterSet
Package
Description
Optimization utilities for batch studies and parameter screening.
-
Uses of BatchStudy.ParameterSet in neqsim.process.util.optimization
Fields in neqsim.process.util.optimization declared as BatchStudy.ParameterSetMethods in neqsim.process.util.optimization that return types with arguments of type BatchStudy.ParameterSetModifier and TypeMethodDescriptionprivate List<BatchStudy.ParameterSet> BatchStudy.generateAllCases()Methods in neqsim.process.util.optimization with parameters of type BatchStudy.ParameterSetModifier and TypeMethodDescriptionprivate BatchStudy.CaseResultBatchStudy.runCase(BatchStudy.ParameterSet params) Method parameters in neqsim.process.util.optimization 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.optimization with parameters of type BatchStudy.ParameterSetModifierConstructorDescriptionCaseResult(BatchStudy.ParameterSet parameters, boolean failed, String errorMessage)