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

搜索资源列表

  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.65mb
    • 提供者:zhxj
  1. branch_algorithm.rar

    0下载:
  2. 利用分支定届算法实现线性混合整数规划模型的求解(MATLAB代码), using branch algorithm to solve the mixed integer linear programming model (MATLAB code)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7.9kb
    • 提供者:Lizzer Wee
  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
    • 文件大小:40.61kb
    • 提供者:
  1. Classicalalgorithm

    0下载:
  2. 数学建模比赛常用的算法,包括插值与拟合、线性规划、整数规划、动态规划、遗传算法等-Competition commonly used mathematical modeling algorithms, including interpolation and fitting, linear programming, integer programming, dynamic programming, genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2.92mb
    • 提供者:Arthur
  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
    • 文件大小:16.58kb
    • 提供者:肖可
  1. Nonlinear Integer Programming Matlab Genetic Algorithm Procedure

    1下载:
  2. 本程序是基于非线性整数规划的遗传算法所编写的Matlab程序-This procedure is based on the non-linear integer programming genetic algorithm written Matlab program
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:5.25kb
    • 提供者:liuyuanyuan
  1. xianxingzhengshuguihua

    0下载:
  2. 线性整数规划分支定界算法Matlab源码,算法简单有效-Linear integer programming branch and bound algorithm Matlab source code, algorithm is simple and effective
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.97kb
    • 提供者:songqianhui
  1. HybridalgorithmbasedonabalancedstudyofMTSP

    1下载:
  2. 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-15
    • 文件大小:249kb
    • 提供者:Notics
  1. OtsekPlosk

    0下载:
  2. Gomory algorithm used to solve pure integer linear programming problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:18.33kb
    • 提供者:Tanya
  1. NlIP-genetic

    0下载:
  2. 非线性整数规划的遗传算法Matlab程序-non linear integer programming genetic algorithm matlab code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.61kb
    • 提供者:梁丽
  1. mixed-integer-linear

    0下载:
  2. 分支界定实现源程序,本程序用C语言实现,故依据C语言的语法,数字0表示甲城市,数字49表示乙城市.-This is a software system that solves mixed-integer linear programs by a branch-and-bound algorithm with linear programming relaxations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:2.75kb
    • 提供者:donkey2
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4.76mb
    • 提供者:高雄飞
  1. Algorithm-Daquan

    0下载:
  2. 该书讲述了线性规划,整数规划,图与网络,排队论,对策论,层次分析法,插值与拟合,回归分析,常微分方程,现代优化算法的等等,是一个相当好的数学文档。-The book tells the story of linear programming, integer programming, drawing and networks, queuing theory, game theory, AHP, interpolation and fitting, regression analysis, ord
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:夏雨
  1. linear-programming-algorithm

    0下载:
  2. 线性规划算法,整数规划及二次规划算法,经测试收敛较快,效果不错,需要非线性最优化的可以借鉴-Linear programming algorithm, integer programming, quadratic programming algorithm, tested converges faster, effect is good, need to nonlinear optimization can draw lessons from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:6.81kb
    • 提供者:wyg
  1. sa

    0下载:
  2. This paper considers the problem of hybrid flow shops with sublots and sequence dependent setup times to minimize the total tardiness. A mixed integer linear programming model is presented for the problem. The paper also proposes an imperialist compe
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:47.42kb
    • 提供者:payam/baban
  1. yichuansuanfachengxu

    0下载:
  2. 用遗传算法解决约束问题,最小二乘法优化问题,线性规划,整数规划,二次规划等-Genetic algorithm to solve constrained problems, least squares optimization, linear programming, integer programming, quadratic programming, etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:42.43kb
    • 提供者:于洁光
  1. GA

    0下载:
  2. 智能算法,求解线性规划,整数规划,最短路等优化算法,得到的解优化结果较好(Intelligent algorithm, solving linear programming, integer programming, shortest path optimization algorithm, the solution optimization results are better)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:8kb
    • 提供者:yst1
  1. cplex翻译完全版

    2下载:
  2. Cplex是一种用于GAMS (The General Algebraic Modeling System,通用代数建模系统)的求解器,它使得用户可以把GAMS(通用代数建模系统的)的高级建模功能跟Cplex优化器的优势结合起来。Cplex优化器是为能快速、最少用户干预地解决大型、复杂问题而设计的。求解线性、二次约束和混合整数规划问题的Cplex算法现在已提供访问(针对恰当的许可证)。尽管现存有多种求解工具,但是,GAMS/Cplex能自动地为特定问题计算最优值和设置大部分选项。(Cplex i
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:292kb
    • 提供者:Crystal_zhuzhu
  1. simulate

    1下载:
  2. 利用有记忆的模拟退火算法求解非线性整数规划问题,在考虑到购物要求、分布均衡要求、经济效益、潜在利益、就业效益的情况下如何在北京奥运会主场馆周边地区建设商业点,满足奥运会期间的购物需求、分布基本均衡和商业上盈利。(The memory simulated annealing algorithm is used to solve the non-linear integer programming problem. Considering the shopping requirements, dis
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-11-04
    • 文件大小:1kb
    • 提供者:刘谋谋
搜珍网 www.dssz.com