이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm.
% Pattern search method
% It finds the relative minimum of a two variables function with the Pattern search method.
% The inputs are:
% - f: matlab inline function of the function that you want minimize;
% - p0: initial point for the search algorithm
% - step_size: initial step used for the exploration phase
% - tolerance: it defines a stopping criterion on the minimum size of exploration phase's step_size
% - N_it: it defines a stopping criterion on the max iterations number
% The outpus are:
% - iter: the number of iterations done
% - min: the function's value in the relative minimum finded.
% - p_min: it's a vector for the minimum point of the objective function
%%%% IMPORTANT: %%%%
for a correct work, the function 'pattern_search' must be preceded by a contour plot of the objective function to minimize.
인용 양식
Andrea Cirillo (2026). Pattern search method: deterministic iterative zero order algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/30173-pattern-search-method-deterministic-iterative-zero-order-algorithm), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
