文件名称:用MATLAB实现遗传算法程序.pdf

  • 所属分类:
  • matlab例程
  • 资源属性:
  • [Matlab] [源码]
  • 上传时间:
  • 2017-10-05
  • 文件大小:
  • 75kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 傲视***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

遗传算法的基本步骤如下:
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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org