搜索资源列表
遗传算法优化BP神经网络的权值的matlab程序源代码
- 遗传算法优化BP神经网络的权值的matlab程序源代码。,Genetic algorithm BP neural network weights of the matlab source code.
车间作业调度问题遗传算法通用Matlab程序
- 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
PackingProblem
- 非线性整数规划问题,基于遗传算法的matlab程序-Nonlinear integer programming problems, based on genetic algorithm matlab program
bbbbb
- 基于遗传算法的matlab程序,有详细注解,可以帮助遗传算法使用者应用实践-Matlab genetic algorithm-based procedures, are detailed notes to help users of the application of genetic algorithm in practice
DhhYc
- 这是用于电火花机床加工控制参数优化的一个多目标遗传算法的matlab程序,自己原创,分享出来和大家交流。 -It is used for electric discharge machining control parameters optimization of a multi-objective genetic algorithm matlab program, their own originality, share them and everyone exchanges.
MATLAB
- 一个简单的遗传算法的例子程序,用作初学者的实验调试,-A simple example of the genetic algorithm process, as a beginner experiment debugging,
MATLAB-GeneticAlgorithm
- 关于遗传算法的matlab程序,非常适合初学者使用,特别是想对程序研究比较深入的同行来说,更为重要了-matlab
终板 matlab程序
- 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!(GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!)
GA
- 遗传算法的MATLAB程序,画出收敛曲线,求结果的最大值(Genetic algorithm MATLAB procedures, draw a convergence curve, the results of the maximum value)
人工免疫遗传算法程序--改进的遗传算法
- 人工免疫遗传算法的matlab代码实现,实测可以出结果。(artificial immune genetic algorithm)
2010full遗传与蚂蚁-此程序包文件名都要改成小写
- 所用的遗传算法的MATLAB代码以及ppt教程,大家可以参考参考(MATLAB code used in the genetic algorithm, as well as ppt tutorial, we can refer to reference)
MATLAB实现遗传算法程序解多目标规划很好用
- 这个是遗传代码 的MATLAB程序 我找个好几个 这是最好的(This is the genetic code MATLAB procedures, I find a few, this is the best)
遗传算法
- 遗传算法matlab程序应用实例,详细介绍了遗传算法的使用(Genetic algorithm matlab application examples, introduced in detail the use of genetic algorithms)
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
matlab编写的量子遗传算法
- 量子遗传算法的matlab程序,用于解决优化问题(The matlab program of quantum genetic algorithm is used to solve optimization problems)
遗传算法程序 matlab
- 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作(As the main program of genetic algorithm, binary Gray encoding is adopted, nonlinear ranking selection based on roulette method, uniform crossover, mutation operation, and inversion operat
遗传算法解决TSP问题的Matlab程序
- 解决TSP问题.TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序具体取值视问题的规模和耗费的时间而定(solve TSP problemSolve the TSP problem. The TSP problem (aka: travel salesman problem, freight forwarders) genetic algorithm general matlab program depends on the size of the problem and t
(MTSP)的遗传算法的MATLAB程序
- 本例程是基于MATLAB编写的遗传算法的源代码,具有较高的实用价值(The source code of the genetic algorithm written in MATLAB)
各种遗传算法的程序%2C非常的全%2C非常的有效
- 遗传算法的matlab代码,用起来还不错,欢迎下载使用,谢谢各位。(The matlab code of genetic algorithm is pretty good to use. Welcome to download and use. Thank you.)
遗传算法
- 理解遗传算法的入门程序,这里面每一个程序的代码都有标注。便于理解生成种群、遗传和变异过程,附带了一个算例,可以参考。(Understand the entry procedure of genetic algorithm, in which every program's code is marked. It is easy to understand the process of population, heredity and mutation. A numerical example is