CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分支定界法 的matlab

搜索资源列表

  1. MATLAB 解整数规划 (分支定界)

    3下载:
  2. matlab解用分支定界法解整数规划的程序。请大家参考-solutions using Matlab branch and bound method for integer programming procedures. Please refer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-07-13
    • 文件大小:898
    • 提供者:杜香港
  1. DividePlane

    0下载:
  2. 运筹学中的分支定界法,采用MATLAB编程,比较实用-Operations research branch and bound method, using MATLAB programming, more practical
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1220
    • 提供者:yangzhi
  1. branch_and_board

    1下载:
  2. 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choice. The program in the matlab e
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6638
    • 提供者:陈坚
  1. optimal-decision

    0下载:
  2. 最优决策——用几个matlab编程的实例阐述分支定界法的思想是:首先确定目标值的上下界-Optimal decision-making- matlab programming with some examples of the branch and bound method is the idea: First, determine the target of the upper and lower bounds
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6227
    • 提供者:陈西
  1. fenzhijianding

    0下载:
  2. 实验目的:用Matlab实现分支定界法求解整数线性规划问题。 实验内容: 用分支定界法求下面的线性整数规划问题的最优解: -Experiment Objective: Matlab to achieve branch and bound method for solving integer linear programming problem. Experiment content: With the branch and bound method seek
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14505
    • 提供者:wanggen
  1. integerprogramming

    1下载:
  2. 用matlab编写的整数规划的程序。包括:用割平面法求解整数规划,用分支定界法求解整数规划,用枚举法(包括穷举法和隐枚举法)求解0-1规划-integer programming
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2582
    • 提供者:wangjin
  1. 1

    0下载:
  2. matlab分支定界法,包含直接运行的matlab文件-matlab branch and bound method, with direct operation of the matlab files
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:599
    • 提供者:fe
  1. linearoptimization

    0下载:
  2. 分支定界法解整数线性规划问题,在matlab 的环境下使用-linear optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11100
    • 提供者:haha
  1. MATLABoptimization

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

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. linearandintegercode

    1下载:
  2. 线性规划问题(单纯形法、完整单纯形法与修正单纯形法)与整数规划问题(割平面法、分支定界法与0-1规划)的matlab源程序-matlab source programs of linear programming including simple method, complete simple method and modified simple method and integer programming including dividing plane method, branch and
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5420
    • 提供者:张干清
  1. matlabmiaoshu

    0下载:
  2. 分支定界法的matlab描述,其中有具体的代码信息 -Branch and bound method described in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8187
    • 提供者:huangli
  1. IntProgFZ1

    0下载:
  2. matlab利用分支定界法求解整数规划的m函数文件,有详细的输入说明-matlab using the branch and bound method for solving integer programming m-function file, a detailed descr iption of the input
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:895
    • 提供者:lianhao
  1. ip

    2下载:
  2. 分支定界法、割平面法、隐式枚举法的整数规划matlab源代码-The branch and bound method for, cut plane method, the method of implicit enumeration methods of integer programming matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3183
    • 提供者:lzyacht
  1. BBExample

    0下载:
  2. 本文件主要是关于分支定界算法的MATLAB程序,采用分支定界法来求取线性规划与非线性规划等问题的全局最优解。-This document is a MATLAB program on the branch and bound algorithm using the branch and bound method to strike a global optimal solution of linear programming and nonlinear programming problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:77728
    • 提供者:萌萌
  1. xxx

    0下载:
  2. MATLAB分支定界法的实现,附带代码和例题-MATLAB implementation of branch and bound method, with code and examples
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:4038
    • 提供者:剑姬
  1. branch-and-bound

    2下载:
  2. 分支定界法求解TSp问题的分析研究以及matlab实现-Branch and bound method to solve the problem described TSp
  3. 所属分类:Document

    • 发布日期:2016-09-15
    • 文件大小:1163264
    • 提供者:郑鹏
  1. 运筹学整数规划分支定界法MATLAB实现(中文注释)

    1下载:
  2. 运筹学整数规划和分支定界的matlab实现!(Integer programming and branch and bound)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:Bonniee
  1. 分支定界法

    0下载:
  2. 分支定界法的matlab实现,大家可以看看,学习学习(Matlab implementation of branch and bound method)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:11264
    • 提供者:aaazz1554
  1. MATLAB

    1下载:
  2. matlab中的分支定界法(包括了主流的各类算法经典文件)(matlab Branch and bound method (including all kinds of the mainstream algorithm classic file))
  3. 所属分类:matlab例程

    • 发布日期:2020-12-05
    • 文件大小:2048
    • 提供者:luoruididi
  1. 分支定界法实现整数规划

    2下载:
  2. 在matlab平台上利用分支定界法实现整数规划,主要是通过二叉树迭代的方式,不断缩小上界和下界,直至找到最优值和最优解
  3. 所属分类:matlab例程

搜珍网 www.dssz.com