Optimal Control Algorithms in Python

A

aprasad21k

Is anyone aware of Python code for Optimal Control Algorithms based on
Pontryagin's Maximum Principle? Thanks in advance for any leads on this.
 
D

dominique.orban

Not exactly but I am aware of Python code for nonlinear optimization
algorithms. Check the nlpy project at http://nlpy.sf.net It is
specifically targeted at finite-dimensional problems. However the
current trend in optimal control algorithms is to use grid-refinement
and iteratively solve finite-dimensional problems. You may thus find
nlpy useful. The missing part is the collocation/discretization part.
That may be available some place else.

Similarly, SciPy has some optimization algorithms ready for use but, as
far as I know, nothing for control.

Good luck,
Dominique
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top