how to choose the guess correctly
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone, i have a nonlinear system, but i don't be able to find the correct initial guess. There is a way to choose the inizial guess without knowing hypothetically the result?
댓글 수: 0
답변 (1개)
Walter Roberson
2016년 10월 19일
No, not in general.
There are a lot of systems for which it is not even know whether a solution exists, so if there a way to always produce an initial guess in range, then such a hypothetical method could also be used to determine whether a solution existed or not.
You should have a look at the Global Optimization Toolbox, at the MultiStart class for one -- try a bunch of different starting locations and see if one of them works.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!