搜索资源列表
global_mini
- 寻找函数的全局极小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.-Find function of the minimum value of the overa
guangjinfenge
- 黄金分割搜索法的vc代码,有两个过程实现,分别是Golden和mnbrak,mnbrak利用黄金比率和二次插值确定函数的极小值点的所在区间,Golden用黄金分割法求一元函数的极小值。-Golden Section Search vc law code, there are two processes to achieve, and Golden were mnbrak. mnbrak golden ratio and use quadratic interpolation function t
newton
- 拟牛顿法求函数极小值,采用无约束变尺度法DFP
DFP
- dfp变尺度法程序,用于求函数的无约束极小值点。
Steepest-decline
- 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值
two
- 二插法已知:F(x1,x2)=4*x1-x2的平方-12;求极小值,极小值点,迭代次数? 用复合形法求极值。
multifunctionvariablemetricmethod
- 解具有导数的多元函数的无约束极小值点或具有导数的非线性方程组的近似解-Solution with multi-function derivative of the unconstrained point or derivative of the nonlinear equations of the approximate solution
powcell
- 最优化理论与方法中,powcell极小值算法程序!-Optimization theory and methods, powcell algorithm for the minimum program!
huangjinfenge
- 用黄金分割法解决一元函数的极小值问题,优化设计作业-Golden section method used to resolve a dollar issue of the minimum function, and optimize the design of operating
fminsearch
- 求函数极小值,适用于不带约束的、函数可以为非线性的无约束规划问题的求解-Demand function is minimum applicable to non-binding, the function can be non-binding for the non-linear programming problem solving
GOLDEN
- 采用黄金分割搜索的方法求解一个函数的极小值-By golden section search method for solving the minimum of a function
Nuton.txt.tar
- 牛顿法求极小值,大连理工的同学做出来的,本人只是引用-Newton' s Method minimum, Dalian University students do out of, I have only used
cpp1
- 共轭梯度法求解函数极小值,对于学习者将会有很大的帮助-Conjugate Gradient Method for the function minimum, the learners will be of great help
newton
- 牛顿法求解函数极小值,代码简单,适合初学者学习使用。-newton ways ,easy for studying ,easy for learning
java-NewTon_way
- java编程解决牛顿法和最速下降法计算数学优化极小值问题-java programming to solve the Newton method and the steepest descent method of mathematical optimization minimum
dfp
- 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
huangdianjun
- 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
conjugategradient
- 本程序用共轭梯度法求函数局部极小值。程序包括三个文件,主程序conjugategradient,函数的梯度gradient,以及黄金分割法partition精确求一维搜索极小点变量步长。程序用来求多变量函数的极小值。-This program conjugate gradient method and function of local minima. The program includes three files, the main conjugategradient function gr
Opt_Steepest11
- 梯度下降法源程序,可求得给定函数的极小值-code of Gradient descent algorithm
Success-Fail-Method
- 成功失败法(也就是进退法)求解单峰值函数极小值。 函数可以自己进行宏定义,本代码已经定义了一个简单的函数,用来测试其可行性。-The success-fail method (that is, advance and retreat method) for solving single peak function minimum. Function can define your own macros, the code defines a simple function to test
