搜索资源列表
MirClient
- 运筹学中的解线性规划问题的一种方法,不精确一维搜索算法-tacticians of linear programming solution of a problem, an inexact Victoria Search Algorithm
单纯形算法
- 用于求解线性规划问题的单纯形算法,输入为变量个数、方程个数以及系数矩阵,输出为求解结果。
acmprogramming
- 几个经典算法的标准代码,涵盖了动态规划、线性规划等-Several classical algorithm standard code, covering dynamic programming, linear programming, etc.
linerprogram
- 线性规划算法的实现,采用的是单纯型算法,输入方程和变量个数任意-Linear programming algorithm using the simplex algorithm, enter the equation and variable number of arbitrary
linp
- 线性规划算法,可以关注的啦20个字了把 -Linear programming algorithm, can be of concern to you 20 words of the
optim
- 最优化函数集,包括线性规划,非线性规划,带约束优化问题等-Optimization function sets, including linear programming, nonlinear programming, constrained optimization problems, etc
mathematicalprogrammingcode
- 它包含了数学规划、线性规划、一元函数极值、多元函数极值拟牛顿法、多元函数极值、单纯形搜索法、非线性规划的代码-It contains matlab code of mathematical programming, linear programming, unary function, extreme value, multi-function extremum quasi-Newton method, multi-function extremum, simplex method, nonli
Matlab
- 这是Matlab求解0-1整数线性规划,可以参考-good
OSSIMPLEXp
- 运筹学线性规划算法代码,只是用C语言求解而已。过程算算法靠自己弄明白了,有高手最好。,已通过测试。 -Operations research linear programming algorithm code, just use the C language for solving it. Process Algorithm figured out on their own, with a master best. , Has been tested.
Llyhi
- 线性规划算法的改进与在企业管理中的应用本文首先介绍了线性规划问题中单纯形法和两阶段法的算法改进,并对这两种方法进行行了分析并进行举例说明。然后对线性规划增减约束条件的灵敏度进行分析。最后说明线性规划在企业管理中的应用。 已通过测试。 -Linear programming algorithm improvement and business management paper first introduces the simplex method and two-stage method in
《最优化理论与算法》-陈宝林
- 此书包含线性规划单纯形方法、对偶理论、灵敏度分析、运输问题、内点算法、非线性规划K-T条件、无约束最优化方法、整数规划和动态规划等。(This book includes linear programming, simplex method, duality theory, sensitivity analysis, transportation problem, interior point algorithm, nonlinear programming K-T condition, unc
第10章 线性规划
- 线性规划算法的MATLAB程序,经典算法的程序,比较好用(MATLAB program of linear programming algorithm. This is a classic algorithm, and it is relatively easy to use.)
智能优化算法资料
- 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
线性规划
- MATLAB算法线性规划问题,基本涵盖经常使用的MATLAB线性规划程序(MATLAB algorithm linear programming problem, basically covers the often used MATLAB linear programming procedures)
线性规划
- 建立优化模型,确定优化变量,利用线性规划算法进行优化,仿真结果图片显示。(The optimization model is established, the optimization variables are determined, the linear programming algorithm is used to optimize the results, and the simulation results are displayed.)
ML
- knn和线性规划算法,使用python3编写。方便直接使用。后续相关算法会陆续上传。(KNN algorithm, written in python3. Convenient and direct use)
BP
- 除匹配追踪类贪婪迭代算法之外,压缩感知重构算法另一大类就是凸优化算法或最优化逼近方法,这类方法通过将非凸问题转化为凸问题求解找到信号的逼近,其中最常用的方法就是基追踪(Basis Pursuit, BP),该方法提出使用l1范数替代l0范数来解决最优化问题,以便使用线性规划方法来求解(In addition to match-tracking greedy iterative algorithms, another major category of compressed-perceptual
guosai
- 用模拟退火算法求解线性规划问题。 min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>=0(The simulated annealing algorithm is used to solve the linear programming problem. min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>
数学建模算法全收录799页
- 数学建模 线性规划 整数规划 非线性规划 动态规划(mathematical modeling)
数学建模的29个通用模型及matlab解法
- 第一章 线性规划 第二章 整数规划 第三章 非线性规划 第四章 动态规划 第五章 图与网络 第六章 排队论 第七章 对策论 第八章 层次分析法 第九章 插值与拟合 第十章 数据的统计描述和分析 第十一章 方差分析 第十二章 回归分析(Chapter I linear programming Chapter II integer programming Chapter III nonlinear programming Chapter IV dynamic planning Chapt