Two point Boundary Value Problems about "bvp4c"
9 views (last 30 days)
Show older comments
Karthi Ramachandran
on 27 Sep 2019
Commented: Karthi Ramachandran
on 1 Oct 2019
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?"
0 Comments
Accepted Answer
Raunak Gupta
on 1 Oct 2019
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:
More Answers (0)
See Also
Categories
Find more on Boundary Value Problems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!