搜索资源列表
0.618
- 函数f(x)=x2+2x,用黄金分割法求解最小值-Function f (x) = x2+2 x, the minimum value method with the Golden
huangjinfenge
- 在VC++2008环境下用黄金分割法求最佳步长-In the VC++2008 environment with golden section for the best step
huangjinfenge
- 用黄金分割法求极值 用黄金分割法求极值-Extremum with the Golden Section Golden Section Method with extreme extreme with the Golden Section Method
public-class-Project
- 用c语言实现黄金分割,0.618法能够正常运行-Golden with c language
huang-jin-fen-ge-fa
- 黄金分割法代码,用于进行黄金分割法估值,即单参数最优化估值最优化方法中。-Golden section method code for the golden section method valuation, that valuation of single-parameter optimization optimization methods.
golden-section-method
- 该算法主要是利用黄金分割法(也称为0.618法)来求解函数的零点,适应于一元函数零点的求解。-The algorithm is the use of golden section method (also known as 0.618 method) to solve the zeros of the function, function of one variable to adapt to zero in the solution.
golden-section-method-
- 自己做的黄金分割法小程序,机械优化设计方法,比较精简的版本-The golden section method to do their own small program, the mechanical design optimization method, more streamlined version of the
huangjinfengefa
- 机械优化设计中的一维搜索方法:黄金分割法-Optimization of Mechanical Design of one-dimensional search methods: golden section method
CX
- 采用黄金分割法 进退法 搜索函数最优解-Golden section method of advance and retreat
matlab
- 这是关于matlaba的分割方法的描述,有牛顿法,黄金分割法等-This is the descr iption of on matlaba the segmentation method, Newton method, golden section method
ADADAD
- 黄金分割法C程序源代码!!仅有代码!可以运行与调试-Golden section method C program source code!! Only code Can run and debug
golds
- 黄金分割法代码 功能: 0.618法精确线搜索-function [s,phis,k,G,E]=golds(phi,a,b,delta,epsilon)
ruqning
- 最优化算法,有共轭梯度,牛顿法,黄金分割,最速下降法等()
20678771
- 最优化中的实例,利用黄金分割法求出下单峰函数极小点()
AUTY8
- 机械优化设计的C程序,黄金分割法,解决一维优化问题()
Brent
- Brent算法为结合黄金分割法和抛物线法的一维搜索方法(one dimension search)