搜索资源列表

  1. zuisuxiajiang

    0下载:
  2. 机械优化设计作业(最速下降法法) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最速下降法,牛顿法,鲍威尔法,共轭.DHF 法完成: f(x)=x1^2+x2^2-x1*x2-10*x1-4*x2+60.小弟采用的是用计算方法选出d的表达式后迭代得到。分别用最速下降法,牛顿法,鲍威尔法完成了作业。 鲍威尔法最全。 功能有:输入起始点(x0,x1)和精度E 求出最优解。运算过程保存在程序目录的 txt文件中
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:198656
    • 提供者:公孙小龙
  1. Unconstrained_optimization

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:闫安心
  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.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:闫安心
  1. zuiyouhua

    0下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:白浩泉
  1. c

    0下载:
  2. 用c语言编写的电力系统潮流计算程序,采用的方法是牛顿法,供大家分享-With c language power flow calculation program, using the Newton method is for everyone to share
  3. 所属分类:其他行业

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:阳祎
  1. nonlinear_epuation_solve

    0下载:
  2. 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:49152
    • 提供者:lsw_hit
  1. 06071419

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

    • 发布日期:2024-05-17
    • 文件大小:12697600
    • 提供者:王正宇
  1. MATLAB

    0下载:
  2. 这个是逐步搜索法的MATLAB主程序,牛顿法,不动点迭代法-This is a step by step search method MATLAB main program, compiled his free time, by running the verification.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:李星
  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-17
    • 文件大小:3190784
    • 提供者:李湖
  1. dpnewton_zuisu

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

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

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

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:百位过
  1. zuiyouhuasuanfa

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序 共包含五个 m文件 -Newton optimization calculation method+ conjugate gradient method of MATLAB program file contains a total of 5 m
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:touquezheng
  1. kechengsheji

    0下载:
  2. 应用牛顿法和二分法解高次方程,可以显示过程- it can solve hard questions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:小辛
  1. gongenewton

    0下载:
  2. 这是很有效的无约束共轭梯度法和牛顿法,愿和大家分享!-This is a very efficient unconstrained conjugate gradient method and Newton method, is willing to share!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:lihao
  1. Matlaboptimization

    0下载:
  2. 数值优化的各种算法,包括牛顿法,拟牛顿,遗传算法,等等。-Numerical optimization algorithms, including Newton' s method, quasi Newton, genetic algorithms, and so on.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3419136
    • 提供者:kaka22
  1. optimization

    0下载:
  2. 基于最速下降法、牛顿法、共轭梯度法的matlab程序 -Steepest descent Newton conjugate gradient method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:lzy
  1. NLP

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

    • 发布日期:2024-05-17
    • 文件大小:780288
    • 提供者:林小博
  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-17
    • 文件大小:2048
    • 提供者:Sharon
  1. nonlinear-equation

    0下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:汪张扬
  1. yunchouxue

    0下载:
  2. 运筹学中非线性规划的牛顿法,梯度法,直接法,内点法的matlab 实现-Nonlinear Programming Operations Research Newton method, gradient method, direct method, interior point method implementation matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:ncf
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org