Conjugate gradient optimizer

Conjugate gradient optimizer for the unconstrained optimization of functions of n variables.

이 제출물을 팔로우합니다

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 (2026). Conjugate gradient optimizer (https://kr.mathworks.com/matlabcentral/fileexchange/50141-conjugate-gradient-optimizer), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Included gradient approximation functions

1.0.0.0