ilqgames
A new real-time solver for large-scale differential games.
Public Member Functions | List of all members
ilqgames::LQFeedbackSolver Class Reference
Inheritance diagram for ilqgames::LQFeedbackSolver:
ilqgames::LQSolver ilqgames::LQSolver

Public Member Functions

 LQFeedbackSolver (const std::shared_ptr< const MultiPlayerIntegrableSystem > &dynamics, size_t num_time_steps)
 
std::vector< StrategySolve (const std::vector< LinearDynamicsApproximation > &linearization, const std::vector< std::vector< QuadraticCostApproximation >> &quadraticization, const VectorXf &x0, std::vector< VectorXf > *delta_xs=nullptr, std::vector< std::vector< VectorXf >> *costates=nullptr)
 

Detailed Description

Definition at line 70 of file lq_feedback_solver.h.


The documentation for this class was generated from the following files: