Uses of Class
neqsim.process.controllerdevice.ModelPredictiveController.AutoTuneResult
Packages that use ModelPredictiveController.AutoTuneResult
-
Uses of ModelPredictiveController.AutoTuneResult in neqsim.process.controllerdevice
Methods in neqsim.process.controllerdevice that return ModelPredictiveController.AutoTuneResultModifier and TypeMethodDescriptionModelPredictiveController.autoTune()Automatically identify the internal first-order process model and configure the MPC weights using the most recent moving-horizon estimation history.ModelPredictiveController.autoTune(List<Double> measurements, List<Double> controls, List<Double> sampleTimes, ModelPredictiveController.AutoTuneConfiguration configuration) Auto-tune the controller using explicitly supplied measurement and actuation samples.ModelPredictiveController.autoTune(ModelPredictiveController.AutoTuneConfiguration configuration) Automatically identify the internal first-order process model and configure the MPC weights using the most recent moving-horizon estimation history.ModelPredictiveController.autoTuneFromEstimate(ModelPredictiveController.MovingHorizonEstimate estimate, ModelPredictiveController.AutoTuneConfiguration config)