搜索资源列表

  1. 变尺度法

    0下载:
  2. 变尺度法的源程序,用于优化中的非线性规划,效还可以的。-variable scale method of the source for the optimization of nonlinear programming, the effect can be.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:853201
    • 提供者:黄大东
  1. 变尺度法

    0下载:
  2. 变尺度法的源程序,用于优化中的非线性规划,效还可以的。-variable scale method of the source for the optimization of nonlinear programming, the effect can be.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:852992
    • 提供者:黄大东
  1. vbC9

    0下载:
  2. 用VB实现的函数的极致和最优化 包括黄金分割搜索法、不用导数的布伦特法 用导数的布伦特法、多元函数的山单纯形法、多元函数的变尺度法等-VB function of the body and optimization including 0.618 search, not derivative Brent Act, Brent derivative, the multi-function Hill simplex method,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:刘立立
  1. 多变量寻优

    0下载:
  2. 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-multivariate optimization of the source code, including basic algorithm is as follows : DFP Act (also known as the variable scale), BFS, a ladder degrees, a total of the a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:陈镇静
  1. classic-C-program

    0下载:
  2. D F P变尺度法子程序 matlab程序 Powell法子程序 内点惩罚函数法子程序 进退法子程序 黄金分割法子程序 外点惩罚函数法子程序 (relay) -D F P variable scale recourse procedures Matlab procedures Powell recourse procedures point penalty function tool procedures
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:14336
    • 提供者:郑超
  1. optLib

    1下载:
  2. 提供了常用的优化算法,包括约束变尺度法,拟牛顿法,遗传算法,多目标优化算法,Hookjeeves算法等多种算法。使用时先写好优化模型,生成相应的dll此优化库可以根据选择的算法对优化模型进行优化求解。-provide a common method of optimization, including CVMO1-, quasi-Newton method, genetic algorithm, multi-objective opti
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:577536
    • 提供者:吴义忠
  1. c

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。-Quasi-Newton method (DFP) DFP algorithm for solving unconstrained extremum problem.
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:林颉
  1. newton

    0下载:
  2. 拟牛顿法求函数极小值,采用无约束变尺度法DFP-Quasi-Newton method for the minimum function, the use of non-binding DFP DFP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:陈宁
  1. DFP

    0下载:
  2. 运筹学非线性规划的经典c语言编写的DFP变尺度法子程序,是学习经典优化算法的不错参考资料-Nonlinear Programming Operations Research c classical languages DFP variable metric method procedures, the study of classical optimization algorithms of a good reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:tony
  1. shiyan3

    0下载:
  2. 用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是0。618法-One method used ladder, conjugate gradient method and the variable metric method for solving multi-variable optimization problems, single-variable optimization using the 0.61
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:杨大棱
  1. DFP

    0下载:
  2. dfp变尺度法程序,用于求函数的无约束极小值点。-DFP DFP procedures for seeking function of the unconstrained point.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:229376
    • 提供者:
  1. DFP

    0下载:
  2. 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
  3. 所属分类:汇编语言

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:刘静
  1. zuiyouhuashiyanbaogao

    0下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, N
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:81920
    • 提供者:ljw
  1. unconstrained_optimization

    0下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:3190784
    • 提供者:李湖
  1. dpnewton_zuisu

    0下载:
  2. 阻尼牛顿法、最速下降法、变尺度法的matlab程序。-Damped Newton' s method, steepest descent method, variable metric method matlab program.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:ken
  1. steepest

    0下载:
  2. 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:Sharon
  1. optimizationtheory-matlab

    0下载:
  2. 最优化理论中的几个算法,包括共轭梯度法,公轭梯度法,方向加速法,步长加速,变尺度法-Optimization theory in several algorithms, including the conjugate gradient method, public and conjugate gradient method, directional method, step speed, variable metric method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:23552
    • 提供者:郑林君
  1. DFP

    0下载:
  2. DFP法,变尺度法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点-DFP method, variable metric method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the fini
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:qch
  1. matlab-变尺度法

    0下载:
  2. Matlab变尺度法基本程序,对于刚入门会有一个好的基础教学。(Matlab variable-metric method base program)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刺刺小阳
  1. 测试函数作业

    0下载:
  2. 基于DFP变尺度法对sphere和rosenbrock测试函数进行最优化处理(Optimization of sphere and Rosenbrock test functions based on DFP variable metric method)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:命运之末
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org