xapavlov / ipddp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an implementations of Interior Point DDP algorithm.

Usage:

  1. Initialise container for functions ("funcs");
  2. Initialise required data structures ("fp" and "bp");
  3. Set algorithm settings in "alg";
  4. Run ipddp(fp, bp, alg);

Or see test_ipddp.m for the examples.

About

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%