Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Sean Wu (2026). Conjugate gradient optimizer (https://la.mathworks.com/matlabcentral/fileexchange/50141-conjugate-gradient-optimizer), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: Airfoil optimization using Xfoil and PARSEC geometric parameterization
Categorías
Más información sobre Get Started with Optimization Toolbox en Help Center y MATLAB Answers.
Información general
- Versión 1.1.0.0 (3,78 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
