Uses of Class
neqsim.process.util.optimization.BatchStudy.Builder
Packages that use BatchStudy.Builder
Package
Description
Optimization utilities for batch studies and parameter screening.
-
Uses of BatchStudy.Builder in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return BatchStudy.BuilderModifier and TypeMethodDescriptionProcessSystem.createBatchStudy()Creates a batch study builder for running parallel parameter studies on this process. -
Uses of BatchStudy.Builder in neqsim.process.util.optimization
Methods in neqsim.process.util.optimization that return BatchStudy.BuilderModifier and TypeMethodDescriptionBatchStudy.Builder.addObjective(String name, BatchStudy.Objective direction, Function<ProcessSystem, Double> extractor) Adds an objective to optimize.static BatchStudy.BuilderBatchStudy.builder(ProcessSystem baseCase) Creates a builder for a batch study.Sets the study name.BatchStudy.Builder.parallelism(int threads) Sets the parallelism level.BatchStudy.Builder.stopOnFailure(boolean stop) Sets whether to stop on first failure.Adds a parameter to vary with explicit values.Adds a parameter to vary over a range.Constructors in neqsim.process.util.optimization with parameters of type BatchStudy.Builder