Uses of Class
neqsim.process.calibration.ProcessSimulationFunction
Packages that use ProcessSimulationFunction
-
Uses of ProcessSimulationFunction in neqsim.process.calibration
Fields in neqsim.process.calibration declared as ProcessSimulationFunctionModifier and TypeFieldDescriptionprivate ProcessSimulationFunctionBatchParameterEstimator.functionThe underlying function for the optimizer.Methods in neqsim.process.calibration that return ProcessSimulationFunctionModifier and TypeMethodDescriptionProcessSimulationFunction.addMeasurement(String path) Adds a measured variable.ProcessSimulationFunction.addParameter(String path, double lowerBound, double upperBound) Adds a tunable parameter.private ProcessSimulationFunctionBatchParameterEstimator.buildFunction()Builds the ProcessSimulationFunction.