Uses of Class
neqsim.process.util.optimizer.BatchStudy.CaseResult
Packages that use BatchStudy.CaseResult
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of BatchStudy.CaseResult in neqsim.process.util.optimizer
Fields in neqsim.process.util.optimizer with type parameters of type BatchStudy.CaseResultModifier and TypeFieldDescriptionprivate final List<BatchStudy.CaseResult> BatchStudy.BatchStudyResult.resultsMethods in neqsim.process.util.optimizer that return BatchStudy.CaseResultModifier and TypeMethodDescriptionBatchStudy.BatchStudyResult.getBestCase(String objectiveName) Gets the best case for a given objective.private BatchStudy.CaseResultBatchStudy.runCase(BatchStudy.ParameterSet params) Methods in neqsim.process.util.optimizer that return types with arguments of type BatchStudy.CaseResultModifier and TypeMethodDescriptionBatchStudy.BatchStudyResult.getAllResults()BatchStudy.BatchStudyResult.getParetoFront(String objective1, String objective2) Gets the Pareto-optimal front for two objectives.BatchStudy.BatchStudyResult.getSuccessfulResults()Gets all successful results.Methods in neqsim.process.util.optimizer with parameters of type BatchStudy.CaseResultModifier and TypeMethodDescription(package private) voidBatchStudy.BatchStudyResult.addResult(BatchStudy.CaseResult result)