find an optimal value for t(time) on interval [t_min, t_max]
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to find minimum time (t) between the interval [t_min, t_max]. I have found different algorithms, like steepest descent method, simplex method. And I am not sure how to approach this methods, say steepest descent algorthim, and how to select the tolerance value. so any help would be appreciated if I get how to implement steepest descent method to find optimal t on the interval [t_min,t_max].
Thanks in advance
Hashir
댓글 수: 4
채택된 답변
Sam Chak
2022년 7월 8일
I think I get what you mean. However, without understanding the nature of your problem, it is difficult to give a particular suggestion. Try reading about Brachistochrone curve and the Calculus of variations.
댓글 수: 2
Sam Chak
2022년 7월 8일
편집: Sam Chak
2022년 7월 8일
Since you understand the mathematics of Calculus of Variations and the Brachistochrone problem, I presume that you are really good at math but that doesn't solve your problem.
If this is 2D flat surface problem, I guess you need to find the shortest path to the target location, and naturally, that will be the minimum fuel consumption required. Read about the following:
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!