搜索资源列表
newton
- 牛顿法求函数极值。程序以香蕉函数为例。可以运行-Newton' s Method function extremum. Rosenbrock function as an example program. Can run
houzi
- 猴子摘香蕉问题使用C++语言描述,写的不好请大家多提意见!-Monkey mialaw problems using C++ language descr iption, is badly written please speak up!
dat_banana
- 香蕉形(banana)标准数据集,用于测试机器学习与模式识别算法。-Banana-shaped standard data set for testing machine learning and pattern recognition algorithm.
bulldozer
- 动态规划求解:第一行包含两个数R 和C ( 2 ≤ R,C ≤ 1500 )为矩形地块的长和宽。接下来有R 行,每行有C 个用空格隔开的字符串,字符串要么以A 开头(表示 苹果),要么以B 开头(表示香蕉),后面接一个不超过99 的整数,表示对应的树木的数量。-Dynamic Programming: The first line contains two numbers R and C (2 ≤ R, C ≤ 1500) for the rectangular block of lengt
MBBox
- 猴子吃香蕉问题,人工智能,C语言版本,猴子拿到箱子后爬到箱子上吃香蕉-Monkeys eat bananas, artificial intelligence, C language version, the monkeys get the box after a climb up the box on bananas
fruit-classify
- 梨,香蕉,西红柿和青椒四种水果混合在一起,对他们进行水果分类-pear,banana,tomato and pepper are mixed togeture ,realize the fruit classify
Optimal-Control
- 优化控制 香蕉函数 高斯法 梯度法等的应用 寻找满足条件的最优解-Optimal control banana function Gauss gradient method and other applications seeking the optimal solution to meet the conditions
1
- 关于香蕉函数的牛顿迭代法 梯度法的计算 其中有梯度和hesse矩阵计算-About Banana Newton iteration function gradient calculation method which has gradients and hesse matrix calculation
bandem
- 测试算法优劣的常用函数,俗称香蕉函数,优质函数能够快速通过香蕉的狭长地带-The pros and cons of testing algorithms commonly used functions, commonly known as the banana function, quality function to quickly pass banana Panhandle
optimization
- optimization最优化的多种算法的实现,最速下降法梯度法牛顿法以及相似形法,测试函数是香蕉函数-to achieve a variety of optimization algorithms optimization, steepest descent gradient method and Newton' s method similar figures method, the test function is a function of bananas
香蕉函数-牛顿法
- 运用牛顿法和Armijo线搜索最优化香蕉函数。(Newton method and Armijo line search are used to optimize banana function.)