Why do I receive this error? Error using ==> psoptimset at 297 Unrecognized parameter name 'UseParallel'.
이전 댓글 표시
Why do I receive this error?
Error using ==> psoptimset at 297 Unrecognized parameter name 'UseParallel'.
when running this block of code
matlabpool open 2
options = psoptimset('UseParallel', 'always', 'CompletePoll', 'on', 'Vectorized', 'off');
It seems I don't have a parameter 'UseParallel' in my psoptimset. I would like to turn this to always in order to run a Monte Carlo experiment over the function "patternsearch". I have MATLAB 7.5.0 2007b.
Thanks in advance
Ricardo
채택된 답변
추가 답변 (1개)
Edric Ellis
2011년 8월 18일
1 개 추천
Parallel Computing Toolbox support was added to Global Optimization Toolbox starting in R2008a, as per the release notes here:
so, if you're using R2007b, you will not be able to take advantage of that.
카테고리
도움말 센터 및 File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!