- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 1kb
- Update:
- 2017-07-17
- Downloads:
- 3 Times
- Uploaded by:
- 康照川
Description: The gradient descent method is an optimization algorithm, also known as steepest descent. The steepest descent method is one of the methods for solving unconstrained optimization problems is the most simple and most ancient, although it is not practical, but many effective algorithms are based on it were improved and revised by. The steepest descent method uses the negative gradient direction as the search direction, and the steepest descent method is closer to the target value, and the smaller the step length, the slower the advance.
To Search:
File list (Check if you may need any files):
最速下降法\gold.m
最速下降法\middle.m
最速下降法\minSpeed.m
最速下降法\search_integer.m
最速下降法