搜索资源列表
-
2下载:
本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
-
-
0下载:
用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
-
-
0下载:
back propagation and genetic algorithm in neural networks
-
-
0下载:
Genetic Algorithm sample code
-
-
1下载:
遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
-
-
0下载:
半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
-
-
0下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-GA (Genetic Algorithm) is
-
-
0下载:
用matlab实现遗传算法来辨识线性系统参数,-Using matlab genetic algorithm to identify the linear system parameters
-
-
0下载:
Upload GA Genetic algorithm
-
-
0下载:
genetic algorithm for
-
-
0下载:
一个简单的遗传算法例子,练手用的,带注释,结果导出。(A simple genetic algorithm example, practicing hand with notes, the results derived.)
-
-
0下载:
Genetic Algorithm(GA) code in matlab
-
-
0下载:
遗传算法是一个万精油,几乎很多的地方都会用到这个算法。希望对大家有用(Genetic algorithm is a million essential oils, almost in many places will use this algorithm. Hope to be useful to everyone)
-
-
0下载:
Genetic algorithm based routing
-
-
0下载:
Genetic algorithm matlab code for solve travelling salesman problem
-
-
0下载:
In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate h
-
-
0下载:
基于MATLAB进行的遗传算法程序编写,可用于标准遗传算法的计算。(The genetic algorithm program based on MATLAB can be used for the calculation of the standard genetic algorithm.)
-
-
0下载:
genetic algorithm original
-
-
0下载:
genetic algorithms : )
-
-
0下载:
这是一个GA遗传算法的实现,很好可以使用(This is an implementation of a GA genetic algorithm)
-