Skip to content

xapavlov/ipddp

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages