搜索资源列表

  1. genetic

    0下载:
  2. This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:11264
    • 提供者:siva
  1. GAreal_tourney

    0下载:
  2. ntroduction to Stochastic Search and Optimization, 2003 This program runs a GA with real-number coding. Elitism is used and the mutation operator is simply the addition of a Gaussian random vector to the non-el
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:shahnaz
  1. Beale_Function

    0下载:
  2. source code using elitism for the Beale function
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:raj
  1. 遗传算法——旅行商问题mfc

    0下载:
  2. 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:90112
    • 提供者:littlekai

源码中国 www.ymcn.org