/ipddp

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

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.