Two point Boundary Value Problems about "bvp4c"

10 次查看(过去 30 天)
is "bvp4c" is a "direct" method of solving an optimal control problem, I see it uses collacation and mesh refinement which are said as direct methods in references .
I have a optimal control problem formulated with states and costates with boundary conditions . What i dont understand is , is "bvp4c" called a direct method method? does it transcribe into "Nonlinear Programming problem?"

采纳的回答

Raunak Gupta
Raunak Gupta 2019-10-1
Hi,
Direct method used for optimal control problem discretize the control problem into a nonlinear constrained optimization problem. bvp4c also divide the range of integration in case of multipoint Boundary value problem. The collocation technique uses a mesh for dividing the interval of integral to subintervals. Thus, solver solves the algebraic equations arising from the boundary condition and this process is repeated until error in numerical solution doesn’t exceed the tolerance criteria.
Thus, the boundary condition and the algorithm used in bvp4c makes it a direct method as final equation to solve on the subinterval are algebraic (can be linear or non-linear depending upon the integration problem).
You may refer to the following examples and reference for exploring more:
  1 个评论
Karthi Ramachandran
Thank you for the answer Raunak, so I can understand that it is indeed a direct method and I need not separately transcribe my optimal control two point boundary value problem into a Nonlinear Programming problem which wants me to use fmincon

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by