Conjugate Gradient Method(共轭梯度法)

Goal: Make E(theta+y) smallest

It selects a matrix E''(theta), and all the search directions are mutually conjugate on E''(theta).

For Scaled Conjugate Gradient Method, if E''(theta) is not positive definite, add a scale onto it and make it positive definite.

 

see:http://class.htu.cn/nla/chat5/sect5_1.htm

相关文章:

  • 2021-07-16
  • 2021-08-22
  • 2021-11-25
  • 2021-05-21
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2021-09-09
猜你喜欢
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2021-08-01
  • 2021-09-25
  • 2022-12-23
  • 2021-05-26
相关资源
相似解决方案