Boundary value problem in optimization formulation
이전 댓글 표시
I have to solve an optimization problem and it has a boundary value problem(BVP) in it. As we know the BVP takes quite a bit of time to solve. This been a part of an optimization problem, I am kind of asking the system to solve BVP for every function and this is taking a lot of time.
One idea I have is to make the boundary conditions as equality constraints and solve Ordinary differential equation instead of BVP, as ode45 is much quicker. Will this help in speeding up the solution? I have tried implementing this but didn't get a valid solution.
Any other ideas to speed the solutions also are welcome.
Thank you
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File 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!