I have problem with optimoptions
조회 수: 6 (최근 30일)
이전 댓글 표시
When I use optimoptions with any solver name, I get the following error message:
Error using optimoptions (line 124)
Invalid default value for property 'OptionsStore' in class 'optim.options.Fmincon':
Not enough input arguments.
Looks like it does not recognize any solver. Do you know how to fix this? Thank you!
댓글 수: 0
채택된 답변
Alan Weiss
2017년 12월 11일
It is possible that you need to reinstall Optimization Toolbox. Or perhaps the following less drastic alternative will suffice:
clear all
rehash toolboxcache
Alan Weiss
MATLAB mathematical toolbox documentation
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!