CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 整数规划

搜索资源列表

  1. branch-and-cut-algorithm.rar

    0下载:
  2. 分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。 ,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1384790
    • 提供者:abrahamlau
  1. proficient-in-MATLAB-optimization

    1下载:
  2. 精通matlab最优化计算随书带的源码,包括线性规划,整数规划,pso,GA等-Proficient in matlab optimization calculation with the source code with the book, including linear programming, integer programming, pso, GA etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:43473
    • 提供者:兰琪
  1. miqp

    1下载:
  2. 混合整数二次规划(MixedInteger QuadraticProgramming,MIQP)问题最优化问题源代码-source code of MIQP problem
  3. 所属分类:matlab

    • 发布日期:2016-11-07
    • 文件大小:87555
    • 提供者:shuai gao
  1. lpsolve

    0下载:
  2. 数字仿真的lpsolve-整数规划工,matlab上使用,6.5以上版本,学习整数规划时很有用-Digital Simulation lpsolve-integer programming works, matlab used version 6.5 and above, learning is useful when the integer programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:94692
    • 提供者:liuyazhen
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. brute-force-method

    0下载:
  2. 穷举法求解0-1整数规划的matlab程序-The brute-force method of solving 0-1 integer programming matlab program
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:2800
    • 提供者:林蒙
  1. PackingProblem

    0下载:
  2. 非线性整数规划问题,基于遗传算法的matlab程序-Nonlinear integer programming problems, based on genetic algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2559
    • 提供者:shilei
  1. matlabsuanfa

    0下载:
  2. 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16983
    • 提供者:肖可
  1. fenzhidingjieMATLAB

    0下载:
  2. 分枝定界法求解整数规划的MATLAB实现-Branch and Bound Method for Solving Integer Programming MATLAB to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:41399
    • 提供者:彭刚
  1. SimpMethodProj

    1下载:
  2. [数学问题]用分支定界发解线性混合整数规划问题,JavaSE swing 界面。-[Mathematical problem] Used branch and bound solution fat LMIP problem, JavaSE swing GUI.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:38841
    • 提供者:sea-0108
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版 用来解整数规划问题 相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:526
    • 提供者:guiji
  1. Tutorial_Modeling

    0下载:
  2. 建模教程 包含变分法,层次分析法,整数规划,图与网格等 附带MATLAB简介-Modeling Tutorial contains variational method, the level of analysis, integer programming, such as map and attached to the grid MATLAB Introduction
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1819710
    • 提供者:李峰
  1. optimization

    0下载:
  2. 许多生产计划与管理问题都可以归纳为最优化问题, 最优化模型是数学建模中应用最广泛的模型之一,其内容包括线性规划、整数线性规划、非线性规划、动态规划、变分法、最优控制等. -matlab matlab matlab matlab optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:59068
    • 提供者:黎明
  1. zhengshuguihua

    0下载:
  2. 整数规划求解算法,《运筹学算法与编程实践-delphi实现》一书源代码,欢迎参考-Integer programming algorithm, " the practice of operations research algorithms and programming-delphi achieve" a book source code, please refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:226601
    • 提供者:朱峰
  1. 0-1guihua_yhmj

    0下载:
  2. 利用隐含枚举法求整数规划问题,《运筹学算法与编程实践-delphi实现》一书源代码,欢迎参考-The use of implicit enumeration method for integer programming problems, " the practice of operations research algorithms and programming-delphi achieve" a book source code, please refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:230362
    • 提供者:朱峰
  1. Gomory

    0下载:
  2. 求解整数规划的问题可以解决一般的整数规划模型的解而且效率比较高!在matlab下调试通过-Solving integer programming problems can be solved in the general solution of integer programming model and more efficient! Adopted under the debugger in matlab
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1178
    • 提供者:cuijingbing
  1. sas

    0下载:
  2. 本文提出了商业公司的订货问题,包括货物从工厂到仓库,再到分店销售两部分,是经济管理中的优化问题。根据改进的综合了贮存与运输的模型,我们建立了非线性整数规划模型进行求解,得出初步的优化订货及运输方案,并在问题2和问题3中增加了一些实际考虑因素,将问题拓展。-In this paper, the company' s orders for commercial issues, including goods from the factory to the warehouse, to sales
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:187678
    • 提供者:wb
  1. MonteCarto_MINLP

    1下载:
  2. 蒙特卡罗随机算法求解非线性整数规划的MATLAB程序-a MATLAB program using Monte Carlo algorithm to deal with a nonlinear integer programming model
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1292
    • 提供者:liujian
  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. fenzhijieding

    0下载:
  2. 分枝界定法的matlab程序,应用于数学模型的整数规划-Matlab program branches to define the law applied to integer programming mathematical model
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:720
    • 提供者:Arthur
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com