CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 多种群遗传算法

搜索资源列表

  1. GAF1

    1下载:
  2. 利用遗传算法,对一个函数求取极值的一种方法,考虑到普通遗传算法中初始种群,对极值影响较大,程序的采用了多个初试种群同时学习,相互比较以求取极大值。-use of genetic algorithm, a function of a strike extreme methods, taking into account the general genetic algorithm initial population, Extreme right big impact and the procedu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:lionheart
  1. 100

    2下载:
  2. 前推回代法的辐射状配电网潮流程序 matlab编写蚁群算法实践 粒子群工具箱PSOt 基于遗传算法配电网无功优化方法程序源代码 求解机组组合问题的多种群混沌蚁群算法-Before the backward substitution method for radial distribution power flow program Matlab to write practical particle swarm ant colony algorithm toolbox PSOt Reactive
  3. 所属分类:matlab

    • 发布日期:2015-11-28
    • 文件大小:853kb
    • 提供者:冷秋泉
  1. Multi-population-genetic-algorithm

    0下载:
  2. 多种群遗传算法的函数优化算法,利用多个种群同时优化,提高遗传算法效率。-Multi-population genetic algorithm function optimization algorithm, the use of multiple populations simultaneously optimize and improve the efficiency of genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4.28kb
    • 提供者:钟丁建
  1. GA2

    1下载:
  2. 程序6:遗传算法工具箱使用例子; 程序7:多种群遗传算法的函数优化; 程序8:基于量子遗传算法的函数寻优; 程序9:基于遗传算法的多目标优化算法; 程序10:基于粒子群算法的多目标搜索算法-Program 6: examples of the use of genetic algorithm toolbox Program 7: multi-population genetic algorithm function optimization Program 8: a func
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3.59kb
    • 提供者:王晓卫
  1. chapter7

    0下载:
  2. 多种群遗传算法的函数优化算法Matlab程序实现-Multi-population genetic algorithm for function optimization algorithm Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.36kb
    • 提供者:王静
  1. daima

    0下载:
  2. 多种群遗传算法打代码,下载自行查阅,是30个遗传算法案例的第7个案例-Multi-population Genetic Algorithm code EliteInduvidual.m、immigrant.m、MPGA.m、SGA.m、ympga.m、ympgaMain.m、ysga.m、ysgaMain.m Multi-population Genetic Algorithm code EliteInduvidual.m、immigrant.m、MPGA.m、SGA.m、ympga
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:14.5kb
    • 提供者:向太兵
  1. 000007

    0下载:
  2. 多种群遗传算法的函数优化算法,含有移民算子、人工选择算子及主程序的源代码-A variety of functions of genetic algorithm optimization algorithm, including immigration, artificial selection operator and the source code of the main program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.25kb
    • 提供者:付余
  1. MPGA

    0下载:
  2. 多种群遗传算法,对遗传算法进行了扩展,对抑制未成熟收敛的大神有显著效果-Multi-population genetic algorithm, the genetic algorithm has been extended to inhibit the premature convergence of the Great God have a significant effect
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:896byte
    • 提供者:
  1. 基于遗传算法的 TSP 算法

    1下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:143kb
    • 提供者:淡然踏歌
  1. 多种群遗传算法的函数优化算法

    0下载:
  2. 多种群遗传算法的函数优化算法,可以实现基于多种群遗传算法的函数最优化问题(Multi population genetic algorithm function optimization algorithm, can be achieved based on multiple population genetic algorithm function optimization problem)
  3. 所属分类:matlab例程

  1. chapter7多种群遗传算法的函数优化算法

    0下载:
  2. 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:4kb
    • 提供者:心空岁月
  1. nsga2code

    0下载:
  2. 实现多目标优化,遗传算法,将种群全体按子目标函数的数目等分为子群体,对每一个子群体分配一个目标函数,进行择优选择,各自选择出适应度高的个体组成一个新的子群体,然后将所有这些子群体合并成一个完整的群体,在这个群体里进行交叉变异操作,生成下一代完整群体,如此循环,最终生成Pareto最优解(Achieve multi-objective optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:23kb
    • 提供者:ailin0000
  1. chapter7 多种群遗传算法的函数优化算法

    0下载:
  2. chapter7 多种群遗传算法的函数优化算法(Chapter7 Function optimization algorithm based on multi population genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:5kb
    • 提供者:zhinengdong
  1. MPGA

    0下载:
  2. 使用多种群遗传算法进行DOA估计, 可以避免常规遗传算法容易陷入局部解的问题(DOA estimation with muti-population Genetic algorithm, which can avoid getting into local optimal solutions)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:5kb
    • 提供者:tsinghuapmh
  1. GA+MP

    0下载:
  2. 多种群的遗传算法数值优化;速度快,求解精准;(Numerical optimization of genetic algorithms for multiple groups)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:2kb
    • 提供者:huang_sir
  1. 新建文件夹 (2)

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3kb
    • 提供者:绝情逆空
  1. 多种群遗传算法的函数优化算法

    2下载:
  2. 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
  3. 所属分类:matlab例程

  1. ga

    1下载:
  2. 一种改进型遗传算法。主要利用多种群协同竞争的方法,来提升算法的精度和鲁棒性,避免算法不成熟而导致提前收敛。(An improved genetic algorithm.The method of multi-group cooperative competition is mainly used to improve the accuracy and robustness of the algorithm, and avoid the premature convergence of the a
  3. 所属分类:matlab例程

    • 发布日期:2021-02-08
    • 文件大小:2kb
    • 提供者:AI007
  1. 多种群GA算法的函数优化算法

    1下载:
  2. 突破SGA仅靠单个群体进行遗传进化的框架,引入多个种群同时进行优化搜索;不同的种群赋以不同的控制参数,实现不同的搜索目的。
  3. 所属分类:matlab例程

  1. NSGA

    1下载:
  2. 多目标遗传算法是NSGA-II[1](改进的非支配排序算法),该遗传算法相比于其它的多目标遗传算法有如下优点:传统的非支配排序算法的复杂度为 ,而NSGA-II的复杂度为 ,其中M为目标函数的个数,N为种群中的个体数。引进精英策略,保证某些优良的种群个体在进化过程中不会被丢弃,从而提高了优化结果的精度。采用拥挤度和拥挤度比较算子,不但克服了NSGA中需要人为指定共享参数的缺陷,而且将其作为种群中个体间的比较标准,使得准Pareto域中的个体能均匀地扩展到整个Pareto域,保证了种群的多样性
  3. 所属分类:matlab例程

    • 发布日期:2020-04-23
    • 文件大小:16kb
    • 提供者:浅浪
« 12 »
搜珍网 www.dssz.com