Uses of Class
neqsim.process.controllerdevice.ModelPredictiveController.AutoTuneConfiguration
Packages that use ModelPredictiveController.AutoTuneConfiguration
-
Uses of ModelPredictiveController.AutoTuneConfiguration in neqsim.process.controllerdevice
Methods in neqsim.process.controllerdevice that return ModelPredictiveController.AutoTuneConfigurationModifier and TypeMethodDescriptionModelPredictiveController.AutoTuneConfiguration.Builder.build()Methods in neqsim.process.controllerdevice with parameters of type ModelPredictiveController.AutoTuneConfigurationModifier and TypeMethodDescriptionModelPredictiveController.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)