CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 黄金分割法

搜索资源列表

  1. 一维黄金 插值 格点法

    0下载:
  2. 本程序可以对任意输入的一元二次函数,算法利用了黄金分割法,插值法,格点法求出最小值-the arbitrary procedures for the importation of a quadratic function, the algorithm using the Golden Section, interpolation, the lattice method, the minimum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:82101
    • 提供者:杜莉
  1. One-dimensional_search_method.

    0下载:
  2. 无约束优化问题一维搜索的常用方法:黄金分割法(golden_section.m)、加步搜索法(plus_step_search.m)、牛顿法(newton.m)、抛物线法(parabola.m),Unconstrained optimization problem of one-dimensional search of the commonly used methods: Golden Section (golden_section.m), plus step-by-step search m
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3255
    • 提供者:闫安心
  1. 06071419

    1下载:
  2. 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12697443
    • 提供者:王正宇
  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. Cpp4

    0下载:
  2. 进退法求收敛区间和黄金分割法求极值两种功能-Advance and retreat method convergence zone and the golden section method for extremal two functions
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:800
    • 提供者:陈十三
  1. zuiyouhua

    0下载:
  2. 黄金分割法求极小,返回值fm为函数极小值,tm为极小值点,f为给定函数,t为函数变量,[a,b]为变量t的搜索区间-Golden section method is extremely small, the return value for the function fm minimum, tm for the minimum point, f for a given function, t for the function of variables, [a, b] for variable s
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1127
    • 提供者:夏巍
  1. 0618c

    0下载:
  2. c语言编写的黄金分割法源程序,优化课上作业,wintc环境下编译成功。-c languages source golden section method, optimizing operation classes, wintc environment successfully compiled.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:797
    • 提供者:胡兴武
  1. thirdchacter

    0下载:
  2. 进退法,黄金分割法,罚函数法求解一元函数。-Advance and retreat method, golden section method, penalty function method for solving a dollar function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4049
    • 提供者:liulihua
  1. huangjin

    0下载:
  2. 最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:878880
    • 提供者:chunchen
  1. shuzhi

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

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

    0下载:
  2. 关于牛顿法,最速化,拟牛顿法,黄金分割法-zuiyouhua niudunfa
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:874
    • 提供者:陈华
  1. c

    2下载:
  2. 黄金分割法 惩罚函数法求解方程 优化设计程序 简单易懂 适合初学者 -Golden section method penalty function method for solving equations of optimal design procedures are simple and easy to understand for beginners
  3. 所属分类:CSharp

    • 发布日期:2015-01-11
    • 文件大小:10328471
    • 提供者:郭纯
  1. 0.618

    0下载:
  2. 黄金分割法,求简单的黄金分割法f(x)=(x+1)(x-2)^2 e=0.0001 a=0 b=0.1-Golden section method, seeking a simple golden section method f (x) = (x+1) (x-2) ^ 2 e = 0.0001 a = 0 b = 0.1
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:204382
    • 提供者:王刚
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. 黄金分割法例题及matlab程序代码

    0下载:
  2. 现代设计理论与方法例2-8
  3. 所属分类:matlab例程

  1. 黄金分割法 matlab的实现

    0下载:
  2. 黄金分割法.rar
  3. 所属分类:matlab例程

    • 发布日期:2013-03-19
    • 文件大小:626
    • 提供者:coolhandy
  1. fibonacci和goldmin

    0下载:
  2. 黄金分割法和斐波那契优化方法的matlab版本(goldmin and fibonacci)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:wx2017
  1. HJ

    0下载:
  2. 最优化极值搜索中用黄金分割法求解一维函数的极值,算法简单希望采纳(Optimization extremum search, the golden section method to solve the extremum of one-dimensional function, the algorithm is simple, hope to adopt)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:12288
    • 提供者:yljylj
  1. 一维优化问题

    0下载:
  2. 利用MATLAB和C++语言进行一维优化问题的编程,包括黄金分割法和二次插值法(Using MATLAB and C ++ language for one-dimensional optimization of the programming, including the golden section and quadratic interpolation method)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:374784
    • 提供者:o明月o
  1. Matlab方程求根法汇总

    2下载:
  2. Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个
  3. 所属分类:其他

    • 发布日期:2020-09-08
    • 文件大小:19456
    • 提供者:lfwu5
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com