Conjugate gradient optimizer

버전 1.1.0.0 (3.78 KB) 작성자: Sean Wu
Conjugate gradient optimizer for the unconstrained optimization of functions of n variables.
다운로드 수: 441
업데이트 날짜: 2015/3/23

라이선스 보기

This function returns the vector x=[x1,...xn] that results in the minimum
objective function value for the given function. Inputs are the function
fcn, the initial x0, the gradient approximation method (1= central diff,
2=fwd. diff.), n for the golden section search, the convergence tolerance
epsilon, and the maximum number of iterations, nmax.
Note that the golden section search is very sensitive to n.

인용 양식

Sean Wu (2024). Conjugate gradient optimizer (https://www.mathworks.com/matlabcentral/fileexchange/50141-conjugate-gradient-optimizer), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
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.1.0.0

Included gradient approximation functions

1.0.0.0