fminbnd_vec_release​d(funfcn,min_bound,​max_bound,num_vecs)

버전 1.0.0.0 (17.9 KB) 작성자: Nick Durkee
Vectorized Fminbnd
다운로드 수: 99
업데이트 날짜: 2018/5/21

라이선스 보기

This function attempts to solve numerous single variable minimization problems simultaneously utilizing a vectorized version of MATLAB's fminbnd. As shown in the figure, this vectorization can result in significant performance increases. Read demo for more information.
Known issues: It is possible to chain multiple variable solutions which is often faster than fminsearch or fmincon but is very difficult.

If you find issues or have questions please comment below and I will get back to you asap.

인용 양식

Nick Durkee (2024). fminbnd_vec_released(funfcn,min_bound,max_bound,num_vecs) (https://www.mathworks.com/matlabcentral/fileexchange/67405-fminbnd_vec_released-funfcn-min_bound-max_bound-num_vecs), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Optimization에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Added note

Updated demo and notes accordingly