Simple example of the Simplex Method

버전 1.1.0.0 (2.27 KB) 작성자: Andrea Cirillo
It's a function that finds the minimum value of a two variables function with the simplex method.
다운로드 수: 2.8K
업데이트 날짜: 2011/2/22

라이선스 보기

% It's a function that finds the minimum value of a two variables objective
% function with a deterministic zero order algorithm: simplex method.

% The input variables are:
%-fun: inline function of the objective function
%-init_point: initial point for the simplex method
%-step_size: initial dimension of the simplex
%toll: tolerance for the stop criterion on the simplex dimension
%-numMaxIter: stop criterion on the maximum number of iterations

% The output variables are:
%-valFunc: the minumum value of the objective function
%-var_min: the minimum point
%-iter: the number of iteration made

%%%%%%%% IMPORTANT %%%%%%%%%%%
% To run correctly the Matlab function, you must run first a contour plot
% of the objective function. You can also view: help countour.

인용 양식

Andrea Cirillo (2025). Simple example of the Simplex Method (https://kr.mathworks.com/matlabcentral/fileexchange/30481-simple-example-of-the-simplex-method), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

Update description

1.0.0.0