CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 内点法

搜索资源列表

  1. pr_loqo

    0下载:
  2. loqo用内点法进行解最优化问题。对于训练SVM特别有用。-loqo using interior point method for Solving optimization problems. Training for SVM particularly useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6592
    • 提供者:万广鲁
  1. neidianyouhuachengxu

    0下载:
  2. 程序在vc++6.0下面通过,内点法的优化程序-procedures through vc 6.0 below, interior point method of optimization procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1867
    • 提供者:李虹
  1. bpmpd

    0下载:
  2. bpmpd是用fortran77语言编写的一个state-of-the-art求解大规模线性规划程序,使用不可行原-对偶内点法(infeasible primal-dual interior point method)求解
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:89133
    • 提供者:
  1. neidianfa

    0下载:
  2. 该程序使用matlab开发的规划中的经典算法——基于对偶仿射理论的内点法,在工程中是很常用的
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:8984
    • 提供者:韩璐
  1. work

    0下载:
  2. 以上是两个内点法程序,原仿射内点法,对偶仿射内点法。初始内点需要自己给出,自动求解初始内点的程序下次发送
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3331
    • 提供者:卢敏
  1. lipsol

    1下载:
  2. matlab环境下的内点法源代码,仅供大家参考,我是个新手希望能成为会员。谢谢啦
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12279
    • 提供者:商为晴
  1. 最优化作业C++源代码

    3下载:
  2. 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12986
    • 提供者:tw
  1. c++最优化问题全解答

    2下载:
  2. 这里包含了比较全和详细的c++程序源代码,其中有牛顿法,dfp法,内点法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-11-22
    • 文件大小:1065267
    • 提供者:xiewenjie
  1. Penalty-Function-Method

    2下载:
  2. 解优化问题时常用的惩罚函数法,分为内点法和外点法两种,求解约束优化问题最优值。-Penalty function method, including interior point method and exterior point method, to solve the optimal value of constrained optimization problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:28721
    • 提供者:gaoshanliushui
  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. interior-method

    1下载:
  2. 内点法的机组组合程序,采用不可行内点启动的原对偶线性规划内点法,采用了稀疏技术-unit commitment program using interior method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:71669
    • 提供者:李鹏飞
  1. optimizethedesign

    0下载:
  2. 优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate gradient method, simplex meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9948
    • 提供者:lijiale
  1. neidian

    0下载:
  2. 机械优化设计中的内点法子程序,只需要添加主程序就可运行,很好用-Mechanical method to optimize the design of interior-point procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2722
    • 提供者:夏亮亮
  1. interiopointuserguide

    0下载:
  2. 这个说明文件是补充这个站里边有一个Fortran77的大规模线性运算库的使用说明,首先那个内点法的库的确很好,网上又找了下说明文件。-The user guide is for the complement to the Fortran 77 large scale routines.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:139020
    • 提供者:li
  1. 内点法

    2下载:
  2. 解决非线性规划问题的内点罚函数法,使用fmincon函数(The interior penalty function method for solving nonlinear programming problems uses the fmincon function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:铃兰
  1. NFHS

    1下载:
  2. 采用matlab语言编写的用内点法罚函数解决问题的方法。(The MATLAB language is used to solve the problem by using the penalty function of the interior point method.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:999997
  1. OPF_Interior Point Method

    2下载:
  2. 内点法计算二机系统最优潮流,算例出自王锡凡《现代电力系统分析》(OPF calculation of 2-machine system by interior point method)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:5120
    • 提供者:北溟EE
  1. myneidianfa

    2下载:
  2. 用于电力系统的最优潮流,使用内点法解决无功最优化问题(Use of interior point method to solve optimal reactive power optimization problem for power system optimal power flow)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:32lei
  1. opflatestedition

    2下载:
  2. 基于内点法的最优潮流计算,跟踪中心轨迹内点法最优潮流程序 实现了有功损耗最小的经济分配。(Optimal power flow calculation based on interior point method, the point-of-flight optimal power flow program in the tracking center trajectory achieves the economic distribution with the least active loss
  3. 所属分类:数学计算

    • 发布日期:2020-04-05
    • 文件大小:5120
    • 提供者:不举高高么
  1. 内点法解最优潮流(最终)

    4下载:
  2. 用内点法计算电力系统最优潮流,只需输入节点数就可以进行最优潮流计算,该程序计算简单收敛。(The internal point method is used to calculate the optimal power flow of power system. The program is simple and convergent.)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-14
    • 文件大小:2509824
    • 提供者:令狐公子
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com