Problem with newton's backtracking method
이전 댓글 표시
I need to find the minimum of a function with newton's method, my problem it's inside the backtracking of my code. When I see my teacher's explanation he would divide the "v" by 2 but if I do this the method doesn't converge. My solution is multiply by 2. Does anyone knows why is this happening? PS: My code is attached
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!