文件名称:用MATLAB实现遗传算法程序.pdf
介绍说明--下载内容来自于网络,使用问题请自行百度
遗传算法的基本步骤如下:
1)在一定编码方案下,随机产生一个初始种群;
2)用相应的解码方法,将编码后的个体转换成问
题空间的决策变量,并求得个体的适应值;
3)按照个体适应值的大小,从种群中选出适应值
较大的一些个体构成交配池;
4)由交叉和变异这两个遗传算子对交配池中的
个体进行操作,并形成新一代的种群;
5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows:
1) under certain coding schemes, an initial population is randomly generated;
2) use the corresponding decoding method to convert the encoded individuals into questions
The decision variable of the problem space is obtained and the fitness value of the individual is obtained;
3) according to the size of individual fitness, the fitness is selected from the population
Larger individuals constitute mating pools;
4) by crossover and mutation, these two genetic operators are pairs of mating pools
Individuals operate and form a new generation of populations;
5) repeat step 2-4 until the convergence criterion is satisfied.)
1)在一定编码方案下,随机产生一个初始种群;
2)用相应的解码方法,将编码后的个体转换成问
题空间的决策变量,并求得个体的适应值;
3)按照个体适应值的大小,从种群中选出适应值
较大的一些个体构成交配池;
4)由交叉和变异这两个遗传算子对交配池中的
个体进行操作,并形成新一代的种群;
5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows:
1) under certain coding schemes, an initial population is randomly generated;
2) use the corresponding decoding method to convert the encoded individuals into questions
The decision variable of the problem space is obtained and the fitness value of the individual is obtained;
3) according to the size of individual fitness, the fitness is selected from the population
Larger individuals constitute mating pools;
4) by crossover and mutation, these two genetic operators are pairs of mating pools
Individuals operate and form a new generation of populations;
5) repeat step 2-4 until the convergence criterion is satisfied.)
相关搜索: matlab遗传算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
用MATLAB实现遗传算法程序.pdf\crossover.m
用MATLAB实现遗传算法程序.pdf\decoding.m
用MATLAB实现遗传算法程序.pdf\encoding.m
用MATLAB实现遗传算法程序.pdf\ga.m
用MATLAB实现遗传算法程序.pdf\mutation.m
用MATLAB实现遗传算法程序.pdf\myfunc.m
用MATLAB实现遗传算法程序.pdf\selection.m
用MATLAB实现遗传算法程序.pdf\用MATLAB实现遗传算法程序.pdf
用MATLAB实现遗传算法程序.pdf
用MATLAB实现遗传算法程序.pdf\decoding.m
用MATLAB实现遗传算法程序.pdf\encoding.m
用MATLAB实现遗传算法程序.pdf\ga.m
用MATLAB实现遗传算法程序.pdf\mutation.m
用MATLAB实现遗传算法程序.pdf\myfunc.m
用MATLAB实现遗传算法程序.pdf\selection.m
用MATLAB实现遗传算法程序.pdf\用MATLAB实现遗传算法程序.pdf
用MATLAB实现遗传算法程序.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.