Steepest descent method

It solves an optimization problem by steepest descent method.
7K download
Aggiornato 3 apr 2009

Visualizza la licenza

The script steepestdescent.m optimizes a general multi variable real valued function using steepest descent method. During the iterations if optimum step length is not possible then it takes a fixed step length as 0.001. For the theory any good book on optimization techniques can be consulted. This script is also useful in checking whether a given function is convex or concave and hence globally optimizable.

Cita come

Bapi Chatterjee (2025). Steepest descent method (https://it.mathworks.com/matlabcentral/fileexchange/23280-steepest-descent-method), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Optimization Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

A small error has been rectified.

1.0.0.0