Title:
Conjugate-gradient-method Download
- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 2kb
- Update:
- 2016-08-03
- Downloads:
- 0 Times
- Uploaded by:
- 苗小楠
Description: Features: use FR conjugate gradient method to solve the unconstrained problem: min f (x)
input: x0 is the initial point, fun, gfun is the objective function and the gradient, respectively
output: x, val is approximate optimal point and the optimal value respectively, k is the number of iterations
To Search:
File list (Check if you may need any files):
共轭梯度法\frcg.asv
..........\frcg.m
共轭梯度法