搜索资源列表
xujinpeng-matlab.rar
- 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
GQA.rar
- 遗传量子算法求解背包问题Matlab源码,Quantum Genetic Algorithm for Knapsack Problem
gabags
- 网站上关于遗传算法开发可谓工具箱满天飞。可工具箱超级难用。鉴于此,本人自己完全用matlab实现遗传算法解决多背包问题并留了qq。-Web site development on the genetic algorithm toolbox is all over the place. Toolbox can be super hard to use. In view of this, I am not at all with the realization of genetic algorith
beibao
- 背包问题的主函数很有用啊 本程序主要用到遗传算法-背包
knapsackAlgorithm
- 遗传算法实现背包问题的matlab代码,分享给大家-Knapsack problem genetic algorithm matlab code to share for everyone
ss
- 遗传算法解决背包问题,其中包括算法编码初始化,交叉,变异和惩罚策略,很好的解决了背包问题-Genetic algorithm to solve knapsack problem, including the coding algorithm initialization, crossover, mutation and punishment strategy, a good solution to the knapsack problem
beibaowenti
- 背包问题遗传算法matlan主程序集合很有用-Knapsack problem genetic algorithm matlan main collection of useful
d66906376b80
- 遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
beibaoqiujie
- 用遗传算法计算背包问题的经典程序,word的文档里面有说明和程序。-Knapsack problem using genetic algorithm the classic program, word document which has instructions and procedures.
beibao_ga
- 用遗传算法求解背包问题,用启发式算法求解背包问题。-Knapsack problem using genetic algorithm, heuristic algorithm for solving knapsack problem.
KnapsackProblem
- 利用遗传算法来精确地解决背包问题的编程代码-Knapsack problem using genetic algorithms to solve programming code
GA_Knapsack
- 有关多背包问题的遗传算法,非常不错,对初学者很有帮助-For multiple knapsack problem genetic algorithm, very good, very helpful for beginners
GQA_backpak
- 解决背包问题遗传量子算法matlab实例-Quantum genetic algorithm to solve knapsack problem matlab examples
targetalloc
- 目标分配的遗传算法在matlab的实现,可以用于在武器分配,以及背包问题。-Target allocation matlab genetic algorithm implementations that can be used in weapons distribution, and the knapsack problem.
0-1beibao--QGA
- 基于量子遗传算法的0-1背包问题matlab-Matlab genetic algorithm based on quantum 0-1 knapsack problem
GA01
- 完整解决0-1背包问题的遗传算法程序,包括输出数据统计-Complete knapsack problem solving o-1 genetic algorithm program
GA_beibao
- 遗传算法求解背包问题Genetic Algorithm for Knapsack Problem-Genetic Algorithm for Knapsack Problem
GA_backpack
- 用MATLAB实现遗传算法解决0-1背包问题。 赌轮选择,单点交叉,变异(GA_MATLAB about 0-1knapsack problem roulette wheel selection; single-point crossover; variation;)
遗传算法解决背包问题
- 遗传算法解决背包问题,matlab环境实现c流程(Solving knapsack problem by genetic algorithm)
beiBao01
- 免疫克隆解决01背包问题,将免疫概念及其理论应用于遗传算法,在保留原算法优良特性的前提下,力图有选择、有目的地利用待求问题中的一些特征信息或知识来抑制其优化过程中出现的退化现象,这种算法称为免疫算法(Immune Algorithm) IA。人工免疫算法是一种具有生成+检测 (generate and test)的迭代过程的群智能搜索算法。从理论上分析,迭代过程中,在保留上一代最佳个体的前提下,免疫算法是全局收敛的。(Immune clone solves 01 knapsack problem