https://github.com/frapac/modelpredictivecontrol.jl
A MPC proof-of-concept in Julia
https://github.com/frapac/modelpredictivecontrol.jl
Last synced: about 1 month ago
JSON representation
A MPC proof-of-concept in Julia
- Host: GitHub
- URL: https://github.com/frapac/modelpredictivecontrol.jl
- Owner: frapac
- Created: 2017-01-30T11:55:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T12:56:10.000Z (about 9 years ago)
- Last Synced: 2025-10-25T10:54:26.388Z (5 months ago)
- Language: Julia
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModelPredictiveControl.jl
This package is a proof of concept of interoperability to solve Stochastic
Optimization Problem. It implements a MPC solver, that solves stochastic
optimal control problem assuming that noises are deterministic.
It aims to be part of a broader package, built in a modular way.