Uses of Class
neqsim.process.util.optimization.BatchStudy.CaseResult
Packages that use BatchStudy.CaseResult
Package
Description
Optimization utilities for batch studies and parameter screening.
-
Uses of BatchStudy.CaseResult in neqsim.process.util.optimization
Fields in neqsim.process.util.optimization with type parameters of type BatchStudy.CaseResultModifier and TypeFieldDescriptionprivate final List<BatchStudy.CaseResult> BatchStudy.BatchStudyResult.resultsMethods in neqsim.process.util.optimization 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.optimization 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.optimization with parameters of type BatchStudy.CaseResultModifier and TypeMethodDescription(package private) voidBatchStudy.BatchStudyResult.addResult(BatchStudy.CaseResult result)