SQP algorithm crashes showing "The number of output should match the number of inputs"
조회 수: 2 (최근 30일)
이전 댓글 표시
I used fmincon with symbolic toolbox providing gradient and Jacobian of my objective and constraint functions respectively, when I used "interior-point" algorithm for fmincon, I can get the results. But when I changed algorithm to "sqp" (optNLP = optimset('Algorithm', 'sqp', ...)), the code crashes and showing "Error using deal (line 37), The number of output should match the number of inputs", following with some other indications of errors. I don't know why it happens and what could be done to deal with it. Very grateful if anyone can help.
댓글 수: 1
Alan Weiss
2015년 5월 26일
Please give use your entire fmincon call and entire optimset call.
Alan Weiss
MATLAB mathematical toolbox documentation
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!