搜索资源列表
GAF1
- 利用遗传算法,对一个函数求取极值的一种方法,考虑到普通遗传算法中初始种群,对极值影响较大,程序的采用了多个初试种群同时学习,相互比较以求取极大值。-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
100
- 前推回代法的辐射状配电网潮流程序 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
Multi-population-genetic-algorithm
- 多种群遗传算法的函数优化算法,利用多个种群同时优化,提高遗传算法效率。-Multi-population genetic algorithm function optimization algorithm, the use of multiple populations simultaneously optimize and improve the efficiency of genetic algorithm.
GA2
- 程序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
chapter7
- 多种群遗传算法的函数优化算法Matlab程序实现-Multi-population genetic algorithm for function optimization algorithm Matlab program
daima
- 多种群遗传算法打代码,下载自行查阅,是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
000007
- 多种群遗传算法的函数优化算法,含有移民算子、人工选择算子及主程序的源代码-A variety of functions of genetic algorithm optimization algorithm, including immigration, artificial selection operator and the source code of the main program
MPGA
- 多种群遗传算法,对遗传算法进行了扩展,对抑制未成熟收敛的大神有显著效果-Multi-population genetic algorithm, the genetic algorithm has been extended to inhibit the premature convergence of the Great God have a significant effect
基于遗传算法的 TSP 算法
- tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
多种群遗传算法的函数优化算法
- 多种群遗传算法的函数优化算法,可以实现基于多种群遗传算法的函数最优化问题(Multi population genetic algorithm function optimization algorithm, can be achieved based on multiple population genetic algorithm function optimization problem)
chapter7多种群遗传算法的函数优化算法
- 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
nsga2code
- 实现多目标优化,遗传算法,将种群全体按子目标函数的数目等分为子群体,对每一个子群体分配一个目标函数,进行择优选择,各自选择出适应度高的个体组成一个新的子群体,然后将所有这些子群体合并成一个完整的群体,在这个群体里进行交叉变异操作,生成下一代完整群体,如此循环,最终生成Pareto最优解(Achieve multi-objective optimization)
chapter7 多种群遗传算法的函数优化算法
- chapter7 多种群遗传算法的函数优化算法(Chapter7 Function optimization algorithm based on multi population genetic algorithm)
MPGA
- 使用多种群遗传算法进行DOA估计, 可以避免常规遗传算法容易陷入局部解的问题(DOA estimation with muti-population Genetic algorithm, which can avoid getting into local optimal solutions)
GA+MP
- 多种群的遗传算法数值优化;速度快,求解精准;(Numerical optimization of genetic algorithms for multiple groups)
新建文件夹 (2)
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如
多种群遗传算法的函数优化算法
- 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
ga
- 一种改进型遗传算法。主要利用多种群协同竞争的方法,来提升算法的精度和鲁棒性,避免算法不成熟而导致提前收敛。(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
多种群GA算法的函数优化算法
- 突破SGA仅靠单个群体进行遗传进化的框架,引入多个种群同时进行优化搜索;不同的种群赋以不同的控制参数,实现不同的搜索目的。
NSGA
- 多目标遗传算法是NSGA-II[1](改进的非支配排序算法),该遗传算法相比于其它的多目标遗传算法有如下优点:传统的非支配排序算法的复杂度为 ,而NSGA-II的复杂度为 ,其中M为目标函数的个数,N为种群中的个体数。引进精英策略,保证某些优良的种群个体在进化过程中不会被丢弃,从而提高了优化结果的精度。采用拥挤度和拥挤度比较算子,不但克服了NSGA中需要人为指定共享参数的缺陷,而且将其作为种群中个体间的比较标准,使得准Pareto域中的个体能均匀地扩展到整个Pareto域,保证了种群的多样性