搜索资源列表
mathmodel
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
CUMCM_prize
- 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
GA_for_TSP
- 用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择. 背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W·2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronauti
ThemprogramofGeneticAlgorithm
- 遗传算法matlab程序用于求解目标函数最大值,且解为非负整数解
matlabforGA
- matlab遗传算法程序,解决飞线性整数规划
gainteger_demo
- 遗传算法用于整数规划。约束一些参数为整数,通过GA函数来实现混合整数规划。
非线性整数规划的遗传算法Matlab程序
- 很不错的例子
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
Classicalalgorithm
- 数学建模比赛常用的算法,包括插值与拟合、线性规划、整数规划、动态规划、遗传算法等-Competition commonly used mathematical modeling algorithms, including interpolation and fitting, linear programming, integer programming, dynamic programming, genetic algorithm
PackingProblem
- 非线性整数规划问题,基于遗传算法的matlab程序-Nonlinear integer programming problems, based on genetic algorithm matlab program
Nonlinear Integer Programming Matlab Genetic Algorithm Procedure
- 本程序是基于非线性整数规划的遗传算法所编写的Matlab程序-This procedure is based on the non-linear integer programming genetic algorithm written Matlab program
HybridalgorithmbasedonabalancedstudyofMTSP
- 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
Matlab-GA
- 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
include
- 用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,
matlabgb
- 非线性整数规划的遗传算法Matlab程序-Genetic Algorithm for Nonlinear Integer Programming Matlab program
xu
- 遗传算法对直线天线阵列方向图的综合,采用整数编码,跨代竞争选择策略-Linear antenna array genetic algorithm, a comprehensive pattern
genetic-job-shop-matlab
- matlab 求解job shop scheduling problem 遗传算法 整数编码 双点交叉 溢出位修复-job shop scheduling problem genetic algorithm for integer encoding two-point cross-overflow bit repair
遗传算法
- 现代遗传算法,求解非线性规划问题,整数规划问题,0-1整数规划问题(Genetic Algorithm ,solve the problem that nonlinear programming)
ga+TSP
- 由遗传算法开发的整数规划,车辆调度问题(Integer programming developed by genetic algorithm and vehicle scheduling problem)
整数规划遗传
- MATLAB遗传算法求解整数规划的最大值问题(A maximum of MATLAB genetic algorithm to solve the integer programming problem)