Error using linprog in nested optimization
이전 댓글 표시
Hi guys, I am running a nested optimization with GA as outer and Linprog as Inner loop. I got this error:
LINPROG has stopped because it encountered an internal error. We are sorry for the inconvenience.
Please contact technical support for assistance with your problem, quoting the code "-98@19"
does anyone knows why this happens?
댓글 수: 8
Torsten
2022년 7월 30일
Your code will be needed to reproduce the error. Without the code, nobody can tell the reason for MATLAB to exit. If you are willing to share your files, Technical Support might be able to help you.
Seyed Reza Safavi
2022년 7월 30일
Bruno Luong
2022년 7월 30일
No this is public "forum", independent to technical support. Here participants are volonteers and we have no obligation to help you or anybody else, contrary to technical support.
Walter Roberson
2022년 7월 30일
편집: Matt J
2022년 7월 31일
Seyed Reza Safavi
2022년 7월 31일
Bruno Luong
2022년 7월 31일
The link contains 3 posts. Claim that "doesn't contain anything" is incorrect.
But clearly the link is about error with intlinprog and your is linprog.
And as long as you don't share the code of swe this is the best you can get.
Walter Roberson
2022년 7월 31일
Summary:
- the problem might (somehow) be triggered by using arrays large enough to run out of memory
- the problem might be triggered by having accidentally duplicated the names of functions that are used internally by the code
Unfortunately that particular set of characters is not in any readable source code in the Optimization Toolbox; the message is being generated by pre-compiled code or by .p code. You will need to ask Support for more details.
답변 (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!