CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 黄金分割法 程序

搜索资源列表

  1. newton_gold

    0下载:
  2. 运筹学中牛顿法和黄金分割法一位搜索的算法C++实现,我大二时自己写的作业程序。-tacticians were Newton and the Golden Section of a search algorithm C realized, I write his sophomore year at the operating procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:文正
  1. wolf

    0下载:
  2. 最优化实验中的 WOLF 算法 黄金分割法 平分法程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.53kb
    • 提供者:王烈
  1. optimizationprogram

    0下载:
  2. 优化设计C语言程序 进退法找区间、坐标轮换发、黄金分割法、区间消去法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.04kb
    • 提供者:donghongquan
  1. 机械优化设计黄金分割法程序

    0下载:
  2. 机械优化设计,黄金分割法程序,程序可以在vc6.00++环境运行,Optimal Design of Machinery, golden section method procedures, the procedures can vc6.00++ environment to run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1.6kb
    • 提供者:陈文斌
  1. huangjinfenge

    0下载:
  2. 黄金分割法求最小值的vb程序 在一个极值区间内 用黄金分割法 求的函数的最小值-the program of searching for the minimize by the method of huangjinfenge
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:11.42kb
    • 提供者:big j jasonlii
  1. hjfgf

    0下载:
  2. 机械优化设计,完整黄金分割法,其中有进退法子程序,主函数。-Optimal Design of Machinery, complete golden section method, of which advance and retreat method procedures, the main function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:774byte
    • 提供者:legend
  1. shuzhi

    0下载:
  2. 计算最速下降法和黄金分割法的程序,计算结果精确。-Calculation of the steepest descent method and the golden section method of procedure, precise results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:694byte
    • 提供者:Yang
  1. gold

    0下载:
  2. 机械优化设计黄金分割法,具体源程序,可作为参考程序-golden
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:605byte
    • 提供者:zhangfei
  1. _gold_break

    0下载:
  2. 黄金分割法的以为搜索算法。应用C语言编写。试验表明对指定的搜索区间,改程序能很好的收敛。-Golden section method and believe that the search algorithm. Application of C language. Results show that the specified search range, changing procedures would be a good convergence.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:201.57kb
    • 提供者:朱特
  1. Conventionaloptimization

    0下载:
  2. 本程序包 包括一些常用的常规优化算法,包括抛物线法、最速下降法、黄金分割法、牛顿法等,可作为学习优化算法的参考-This package includes some commonly used conventional optimization algorithms, including the parabola method, steepest descent method, golden section method, Newton s law so it can be used as re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9.09kb
    • 提供者:王强
  1. cg

    0下载:
  2. 该程序是用共轭梯度法来求解函数的最优化问题,其中一维搜索时采用了0.618法,即黄金分割法-The program is the conjugate gradient method to solve the function optimization problem, one-dimensional search using the 0.618 method, that is, golden section method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:988byte
    • 提供者:hongfengjinran
  1. conjugategradient

    0下载:
  2. 本程序用共轭梯度法求函数局部极小值。程序包括三个文件,主程序conjugategradient,函数的梯度gradient,以及黄金分割法partition精确求一维搜索极小点变量步长。程序用来求多变量函数的极小值。-This program conjugate gradient method and function of local minima. The program includes three files, the main conjugategradient function gr
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.37kb
    • 提供者:Jemdom
  1. Single-Variable

    0下载:
  2. 四种方法(进退法,黄金分割法,斐波那契法,二次多项式差值法)求解单峰值函数极小值。 本程序已经给定三种目标函数,可以自行添加或者更改。-Four methods (advance and retreat method,Golden section method , Fibonacci method, quadratic polynomial difference method) for solving single peak function minimum. This procedur
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:243.98kb
    • 提供者:
  1. descend_MultiMentional

    0下载:
  2. 最速下降法实现最优化的程序。程序中给出了多个二维函数一边测试使用。在求学习效率时采用的是一维黄金分割方法。-The optism method of steep descend.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:306.5kb
    • 提供者:gaopeng
  1. quadratic-interpolation

    0下载:
  2. 本程序运用黄金分割法和二次插值法来优化计算,附带源程序供大家学习。-This procedure uses the golden section method and the two interpolation method to optimize the calculation, with the source code for everyone to learn.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:55.01kb
    • 提供者:张天翼
  1. Powell-method

    0下载:
  2. 本程序运用黄金分割法和鲍威尔法来优化计算,附带源程序供大家学习。-This procedure uses the golden section method and Powell method to optimize the calculation, with the source code for everyone to learn.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:467.3kb
    • 提供者:张天翼
  1. golden_section_sethod

    0下载:
  2. matlab用程序,通过黄金分割法逼近函数极大或极小值(The procedure is applicable to Matlab, which uses the golden section method to compute maximum or minimum values of functions)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:3kb
    • 提供者:Phoenix li
搜珍网 www.dssz.com