prodyn: Implementation of the dymaic programming algorithm for optimal system control¶
| Maintainer: | Dennis Atabay, <dennis.atabay@tum.de> |
|---|---|
| Organization: | Institute for Energy Economy and Application Technology, Technische Universität München |
| Version: | 0.1 |
| Date: | November 14, 2016 |
| Copyright: | This documentation is licensed under a Creative Commons Attribution 4.0 International license. |
Contents¶
This documentation contains the following pages:
Features¶
- mutiple states...
Get Started¶
- download or clone (with git) this repository to a directory of your choice.
- Copy the
prodyn.pyfile in theprodynfolder to a directory which is already in python’s search path or add theprodynfolder to python’s search path (sys.path) (how to) - Run the given examples in the examples folder.
- Implement your own system function.