Line-Search Filter Differential Dynamic Programming for Optimal Control with Nonlinear Equality Constraints
Ming Xu, Stephen Gould, Iman Shames
TL;DR
This work introduces FilterDDP, a line-search filter-based differential dynamic programming method for discrete-time optimal control problems with nonlinear equality constraints in robotics. It replaces traditional merit-function or augmented-Lagrangian strategies with a Lagrangian-based step acceptance criterion and a perturbation of the value-function Hessian, providing a formal proof of local quadratic convergence and a primal-dual interior-point extension for inequalities. The algorithm alternates between backward and forward passes, uses a perturbed Newton step to compute updates, and employs a backtracking line search with a dynamic filter to ensure robust convergence. Numerical experiments on contact-implicit robotics tasks demonstrate improved robustness, faster per-iteration performance, and reliable convergence compared with IPOPT and ProxDDP, highlighting the practical impact for constrained trajectory optimization in embedded robotic systems.
Abstract
We present FilterDDP, a differential dynamic programming algorithm for solving discrete-time, optimal control problems (OCPs) with nonlinear equality constraints. Unlike prior methods based on merit functions or the augmented Lagrangian class of algorithms, FilterDDP uses a step filter in conjunction with a line search to handle equality constraints. We identify two important design choices for the step filter criteria which lead to robust numerical performance: 1) we use the Lagrangian instead of the cost in the step acceptance criterion and, 2) in the backward pass, we perturb the value function Hessian. Both choices are rigorously justified, for 2) in particular by a formal proof of local quadratic convergence. In addition to providing a primal-dual interior point extension for handling OCPs with both equality and inequality constraints, we validate FilterDDP on three contact implicit trajectory optimisation problems which arise in robotics.
