This is an implementations of Interior Point DDP algorithm.
Usage:
- Initialise container for functions ("funcs");
- Initialise required data structures ("fp" and "bp");
- Set algorithm settings in "alg";
- Run ipddp(fp, bp, alg);
Or see test_ipddp.m for the examples.