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 method searches one dimension at a time thus optimizing only a single variable per iteration. As can be seen from the plot; the search begins from an initial guess i.e. (1,-5) in the example and achieves the minimum by optimizing the function in x and y dimensions intermittently till the net optimum is achieved. The intermittent optimization has been achieved by choosing the search direction vector as [1,0] and [0,1] for x and y coordinates respectively. The method is not completely accurate but the results obtained are satisfactory. One can change the convergence criteria for more accuracy.
Cita come
Soumitra Sitole (2026). Univariate Search Method (Optimizing Quadratic Equations with Two Variables) (https://it.mathworks.com/matlabcentral/fileexchange/62017-univariate-search-method-optimizing-quadratic-equations-with-two-variables), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (1,99 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
