News

This repository implements a robust Min-Max Nonlinear Model Predictive Control (NMPC) approach for tracking control of nonlinear systems subject to bounded disturbances. The implementation compares ...
backend-service/ ├── src/ │ ├── main/ │ │ ├── java/thinh/springboot/ │ │ │ ├── BackendServiceApplication.java │ │ │ ├── config/ │ │ │ │ └── OpenApiConfig.java │ │ │ ├── controller/ │ │ │ │ ├── ...