Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Sean Wu (2026). Conjugate gradient optimizer (https://it.mathworks.com/matlabcentral/fileexchange/50141-conjugate-gradient-optimizer), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: Airfoil optimization using Xfoil and PARSEC geometric parameterization
Informazioni generali
- Versione 1.1.0.0 (3,78 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
