搜索资源列表
seekroad
- 寻找最短路径, 游戏编程, 有最优化的方法-Find the shortest path, game programming, the most optimal way
GoldTest
- 一维搜索的黄金分割法;简单明了;一元最优化方法-One-dimensional search of the golden section method simple one yuan optimization method
DFPTest
- 变尺度DFP方法; 非线性最优化; 多元函数优化方法-DFP variable metric method nonlinear optimization multi-function optimization method
bloxorz-game-solver
- 用宽度优先搜索算法实现Bloxorz小游戏的最优化,是一种数学建模方法-With a breadth-first search algorithm to achieve optimal Bloxorz game, is a mathematical modeling approach
tidu
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate Gradient Method (Conjugate Gradient) is between the steepest descent method between a law an