Tenavi / benchmark_ocp

A collection of benchmark optimal feedback control problems
MIT License
0 stars 0 forks source link

State bound constraints #44

Closed Tenavi closed 10 months ago

Tenavi commented 10 months ago

Resolves #20 :

Implements simple state bound constraints of the form $x^- \leq x \leq x^+$ for direct methods and closed loop integration. For the moment, more general constraints of the form $c (x) \geq 0$ can be implemented on a per-problem basis using barrier functions. Changes analysis -> analyze and updates the find_equilibrium method to use integration instead of root finding.