ossrs

버전 1.0.0.0 (1.51 KB) 작성자: Sheela Belur
A random search method[1] for the optimization of a function of n variables.
다운로드 수: 4.9K
업데이트 날짜: 1998/6/10

라이선스 보기

Optimized Step Size Random Search(OSSRS) A random search method[1] for the optimization of a function of n variables. Can be used as a start-up before using a determistic method like Simplex method of Nelder and Mead to arrive at the region of the optimum and then switch to a deterministic search.

The function to be minimized is to be deifned in the m function called fun.m. 'n' is the number of variables. x is the vector of initial variables. 'std' can be set based on the range of variation of the variables- about 10% of x- the initial values-should be right.

The following demo function is included:

Minimize: f(x)=(x(1)-5)^2+(x(2)+8)^2
Solution: [5,-8]

Reference:

Sheela Belur V, An Optimized Step Size Random Search , Computer Methods in Appl. Mech & Engg, Vol. 19, 99-106 , 1979

Tested under MATLAB 4.2c & 5

인용 양식

Sheela Belur (2024). ossrs (https://www.mathworks.com/matlabcentral/fileexchange/100-ossrs), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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