搜索资源列表
0.618
- c写的黄金分割法(0.618)最优化程序,代码部分有详细的注释,还包括可执行程序及流程图,文档说明等-c write 0.618 (0.618) optimization procedures, a detailed code part of the Notes also includes executable and flow charts, file notes, etc.
2132131
- 黄金分割法的源程序,优化设计的应用,很好,很强大
黄金分割法
- 机械优化
GOLD
- 机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值-Optimization of Mechanical Design, one-dimensional search method, for single-peak function, the use of advance and retreat method convergence interval, using golden section method for extremal
GoldenSectionSearch
- 黄金分割法优化子程序 黄金分割法优化子程序-Golden Section Golden Section optimization Optimization Subroutine Subroutine
GoldensectionmethodCsourcecode
- 黄金分割法C程序源代码 黄金分割法C程序源代码 -Golden section method C source code golden section method C source code golden section method C source code golden section method C source code
huangjin
- 最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
gold-optimization-algorithm
- 采用0.618黄金分割法求解最优解,编译软件为KEIL C,其中ak=3.985776,f(ak)=-155.9915 -0.618 golden section method used to solve the optimal solution, the compiler software for the KEIL C, in which ak = 3.985776, f (ak) =- 155.9915
c
- 黄金分割法 惩罚函数法求解方程 优化设计程序 简单易懂 适合初学者 -Golden section method penalty function method for solving equations of optimal design procedures are simple and easy to understand for beginners
2
- 黄金分割法程序,C语言编写,简单易懂,希望大家指正,-huang jin fen ge fa yuan cheng xu ,yong c yu yan xie de
golden
- 黄金分割法:机械优化设计,一维搜索中,求最小值-Golden section method: mechanical optimal design, one-dimensional search, find the minimum
Fibonaccimethod
- 用c语言编写的通过运行的黄金分割法,欢迎大家下载-Using c language by running the golden section method, welcome to download
minGETDFRHJ
- 共轭梯度法的FR方法结合黄金分割法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum value of the FR conjugate gradient method combined with golden section method to solve the multi-dimensional function must be written in the previous one for search function
jinxiong2012.7.4
- 本函数运用黄金分割法搜索一维函数的极值,在本函数之前先要调用编写好进退法函数确定初始区间。-This function is the use of the golden section method to search for a one-dimensional function extremum, this function before the first call to write a good advance and retreat method function to determin
Golde_Split
- 黄金分割法求最优化问题,Windows 7/vc6.0下编译通过。 运行结果正常。-The golden section method to seek the optimization problem
zuiyouhua
- 用C++编写,黄金分割法进行的一维极小值点搜索-With C++ writing, golden section method, the minimum value of the one-dimensional point search
Form1
- 黄金分割法利用进退法和黄金分割法进行以为搜索,并显示最优解及迭代次数-The advance and retreat method and the golden section golden section method that search and display the optimal solution and the number of iterations
HJ
- 最优化极值搜索中用黄金分割法求解一维函数的极值,算法简单希望采纳(Optimization extremum search, the golden section method to solve the extremum of one-dimensional function, the algorithm is simple, hope to adopt)
黄金分割法
- 用黄金分割法求任一函数的极值,包括进退法子程序,黄金分割法子程序,及函数子程序(Use the golden section method to find the extreme value of any function)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个