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!